Class Tire

Tire, what it can represent else?

class Tire ;

Fields

NameTypeDescription
car_ Car
pressure_ float
size_ int
vendor_ string

Properties

NameTypeDescription
car[set] Tire
car[get] Car
pressure[set] Tire
pressure[get] float
size[set] Tire
size[get] int
vendor[set] Tire
vendor[get] string

Methods

NameDescription
toString