If you look at the argument list, you can clearly see that most of these parameters should be
stored in the member variables defined by the Employee base class. To do so, you might implement
this custom constructor on the Manager class as follows:
public Manager(string fullName, int age, int empID,
float currPay, string ssn, int numbOfOpts)
{
Do'stlaringiz bilan baham: