what happens if compiler allows us to create objects for the derived class |
must be implemented in the derived class else if not implemented the derived class will also become abstract class |
it is stated that the pure virtual function declared in the base class must be implemented in the derived class else if not implemented the derived class will also become abstract class.why it is |
|
|