Exemplo n.º 1
0
 public override void Purchase()
 {
     Console.WriteLine("Purchasing {0} for ${1}", _description, _cost);
     Car.Purchase();
 }