void CrearCoche() { miCoche = new Coche(); miCoche.cantidadPuertas = 4; miCoche.ruedas = 4; miCoche.EncenderMotor(); }