Class Car
- Namespace
- Exercise3
- Assembly
- Exercise3.dll
public class Car : Vehicle
- Inheritance
-
Car
- Inherited Members
Constructors
Car(string, string, int, int, int, int)
public Car(string uuid, string color, int weight, int length, int numberOfDoors, int wheels)
Parameters
Properties
NumberOfDoors
public int NumberOfDoors { get; set; }
Property Value
Wheels
public int Wheels { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
ToString2()
public override string ToString2()
Returns
ToStringTypeSpec()
public string ToStringTypeSpec()