Introduction - If you have any usage issues, please Google them yourself
There is a vehicle class vehicle. It is used as a base class to derive car of car, truck truck and ship boat. These classes are defined, and a virtual function is defined to display all kinds of information.