Which Among The Following Is Inherited By A Derived Class From #437
Which among the following is inherited by a derived class from 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: Derived Class - Quiz No.1.
Which among the following is inherited by a derived class from base class?
Data members only
Member functions only
All the members except private members
All the members of base class