CIS 247C Week 4 Lab Devry University

Thanks! Share it with your friends!

Close

A+ tutorial you will find here – http://homework-tutorials.com/product/cis-247c-week-4-lab-devry-university/

iLab 4 of 7: Composition and Class Interfaces
The objective of the lab is to modify the Employee class to demonstrate composition where a containing class (Employee) contains another class (Benefit). An employee typically has benefits, so we will make the following changes:
Create a Benefit class.
Integrate the Benefit class into the Employee class.
Separate the files in the project into Presentation and Logic tier folders
STEP 1: Understand the UML Diagram
The only change to the Employee class is that there is a new attribute:
+benefit : Benefit
Notice that there is a “+” for this attribute, meaning that it is public. Make sure to examine the multi-arg constructor’s signature!
Also, the dotted directed line between Employee and iEmployee specifies that the Employee class must i

  • Rating:
  • Views:517 views
  • Tags: -
  • Categories: Silver Labs

WordPress database error: [Table './labpuppy_labpup/lc_comments' is marked as crashed and should be repaired]
SELECT * FROM lc_comments WHERE comment_approved = '1' AND comment_post_ID = 7524 ORDER BY comment_date_gmt ASC

Comments

Write a comment

*