【单选题】You work as an application developer at Certkiller .com. You have been given the responsibility of creating a class named CalcSalary that will determine the salaries of Certkiller .com’s staff. The Ca...
A.
public delegate bool Salary (Employee Emp, double Amount);
B.
public bool Salary (Employee Emp, double Amount);
C.
public event bool Salary (Employee Emp, double Amount);
D.
public delegate void Salary (Employee Emp, double Amount);