Demonstration of inheritance in c++.
This example contains the following files.

  • VEHICLE.H
  • VEHICLE.CPP
  • ALLVEHIC.CPP
  • CAR.H
  • CAR.CPP
  • TRANSPORT.CPP
  • TRUCK.H
  • TRUCK.CPP

Vehicle.h is a basic class for a vehicle. Car, truck and allvehicle will be inherited from this base class. All the common features of a vehicle are kept in the base class i.e weight, # of wheels etc…

Derived classes will have the veicle properties and methods as well as their own properties and methods.

The Phoenix Project
Transform your IT and business with The Phoenix Project – the gripping story that redefines how we think about DevOps and innovation!
View on Amazon

  Demonstration of inheritance (2.8 KiB, 8,594 hits)