i have the follwing classes .. Person-->Employee-->ClassifiedEmployee
Employee class is extending Person class ClassifiedEmployee is extending Employee
now employee has an unique ID and classified emp has someother unique property..like say hourly pay., the proble is when i try to get the details from ClassifiedEmployee class using (super.toString +Hourlypay) i am unable to print the employeeID even though ClassifiedEmployee is inherited from Employee which inturn was inherited from Person class. i get all the details of the person class but not the employee ID.. This is my output which has to b formatted.,
//Classified Employee info //Classified Staff Report
first namemarc Last name:dennis Age:24 ssn:127276 Employee ID 0 ClassifiedStaff pay $24/hour