Create classes with methods to do all calculations like add, multiply, divide, sub . Use Local, instance and static variables.
Saturday, January 31, 2015
Friday, January 30, 2015
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.
Subscribe to:
Comments (Atom)