How To Make A Derived Class A Base Class #425
How to make a derived class a base class?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Base Class - Quiz No.1.
How to make a derived class a base class?
Change name of the class
Use keyword base
Make a class derive from it
Can’t be done