Question: A base class called Car and derived classes called Toyota, Honda, and Mazda. In the base class, make a virtual function called start( ), and
A base class called Car and derived classes called Toyota, Honda, and Mazda. In the base class, make a virtual function called start( ), and override this in the derived classes. Make a pointer of Car and objects of derived class and call start( ) through the base-class pointers, to verify the behavior of the virtual function.
By using the above condition, create a simple “Car” hierarchy in C++.
Step by Step Solution
3.45 Rating (161 Votes )
There are 3 Steps involved in it
include using namespace std de... View full answer
Get step-by-step solutions from verified subject matter experts
