Esempio n. 1
0
 public override string Visit(HourlyEmployee employee)
 {
     // generate the line of the report.35
      return "100 Hours and $1000 in total.";
 }
Esempio n. 2
0
 public abstract string Visit(HourlyEmployee employee);