Handy! The Car class, which is the derived class in this case, inherits everything from Vehicle, its base class.
Car
Vehicle
Psst: we can also override things by redefining them in the derived class using the keyword override.
override