Example #1
0
 public override void VisitBoat(Boat b)
 {
     b.PullIn();
 }
Example #2
0
 public abstract void VisitBoat(Boat b);