Hi,
I have to do a program,that is using inheritance.There is a base class person and two derived classes,worker and manager.I have to enter the details of the person.The details of worker and manager are same except salary.i.e.,name designation etc.we can write a function to get the details...