Exemplo n.º 1
0
 public void Drive()
 {
     ConsoleLogging.VehicleStartupDialogue();
     Console.WriteLine("What are you a toddler? LOL");
 }
Exemplo n.º 2
0
 public void Drive()
 {
     ConsoleLogging.VehicleStartupDialogue();
     Console.WriteLine("If you must live dangerously, please wear a helmet");
 }
Exemplo n.º 3
0
 public void Drive()
 {
     ConsoleLogging.VehicleStartupDialogue();
     Console.WriteLine("Beep Beep. You got the Keys to the Jeep.");
     Console.WriteLine("Vrooooooom");
 }