Introduction - If you have any usage issues, please Google them yourself
Declare a vehicle (vehicle) category, Run, Stop and other member functions, which derive the bike (bicycle), automobiles (motorcar) class,// derived from the bicycle class, and motorcar motorcycle class (motorcycle) class They have the Run, Stop and other member functions. Observe the role of the virtual function