コード例 #1
0
 public override string Visit(HourlyEmployee employee)
 {
     // generate the line of the report.
     return("100 Hours and $1000 in total.");
 }
コード例 #2
0
 public override string Visit(HourlyEmployee employee)
 {
     // generate the line of the report.
       return "100 Hours and $1000 in total.";
 }
コード例 #3
0
 public abstract string Visit(HourlyEmployee employee);
コード例 #4
0
 public abstract string Visit(HourlyEmployee employee);