Thursday, January 29, 2015

Core Java Assignment 1

Create parent and child class relationship for below classes:

Employee class with its properties as employeeid,name and add a method to display the employee details.

Create a Manager class which is extending the Employee class as a parent class and it will have its own property as designation and salary. Now add one more method display in the Manager class it will display the employeeid, name along with designation and salary.

No comments:

Post a Comment