I found what follows here.
public class Manager : Employee
{
public Manager(int annualSalary) : base(annualSalary)
{
//Add further instructions here.
}
}
Azadeh Razaghian explained this to me. I had not seen this before yesterday.
No comments:
Post a Comment