Question: C++ 7. What is polymorphism in OOP? A class becomes an abstract base class when one or more of its member functions is a pure

C++
7. What is polymorphism in OOP? A class becomes an abstract base class when one or more of its member functions is a pure virtual function. Show an example of an abstract class (with comments) and its use in a derived class, then explain why the use of abstract class is useful. (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
