Example #1
0
 public Car(int left = 44, int top = 15)
 {
     engine  = new Engine();
     carBody = new CarBody(left, top);
 }