Advertisement
akosiraff

Employee Manager Inheritance

Jun 15th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/employee-manager-inheritance/
  3. Create a class called Employee that will include the attributes of all employees of your organization. Include at least five attributes. If you are not currently working, you may use a fictional organization or one with which you are familiar.
  4. Add a second class that inherits from the Employee class and describes a subgroup of employees. For example, you may define the class as Managers. In the case of city employees, you may define the class as Police Officers. Define at least three attributes that are specific to this subclass.
  5. Design, implement, test, and debug a C# program that asks the user to enter attributes for members of the subclass on a single form. The entries will include fields for the attributes of the main Employee class as well as the subclass. Include a second form that will display a cumulative list of all the employee data that the user has entered.
  6.  
  7. Download: http://solutionzip.com/downloads/employee-manager-inheritance/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement