C# Class Problem1_Vehicles.Models.Car

Inheritance: Problem1_Vehicles.Models.Vehicle
Exibir arquivo Open project: nayots/SoftUni

Public Methods

Method Description
Car ( double fuelQuantity, double fuelConsumption, double tankCapacity ) : System
Refuel ( double liters ) : void

Method Details

Car() public method

public Car ( double fuelQuantity, double fuelConsumption, double tankCapacity ) : System
fuelQuantity double
fuelConsumption double
tankCapacity double
return System

Refuel() public method

public Refuel ( double liters ) : void
liters double
return void