C# Class Problem1_Vehicles.Models.Car

Inheritance: Problem1_Vehicles.Models.Vehicle
Afficher le fichier Open project: nayots/SoftUni

Méthodes publiques

Méthode Description
Car ( double fuelQuantity, double fuelConsumption, double tankCapacity ) : System
Refuel ( double liters ) : void

Method Details

Car() public méthode

public Car ( double fuelQuantity, double fuelConsumption, double tankCapacity ) : System
fuelQuantity double
fuelConsumption double
tankCapacity double
Résultat System

Refuel() public méthode

public Refuel ( double liters ) : void
liters double
Résultat void