We can call Vehicle class a super-class of Bicycle or Bicycle as a sub-class of Vehicle. Similarly, Truck and Car are sub-class of EnginePoweredVehicle. Let looks at a diagram and an example code, for more clarity.
Lets move to next page to understand the defination of Inheritance...