Ejemplo n.º 1
0
 public virtual string GetInformation()
 {
     return(", produced by " + Manufacturer + " with " + VehicleEngine.GetInformation() + ", " + VehicleChassis.GetInformation() + ", " + VehicleTransmission.GetInformation());
 }