While Inheriting A Class If No Access Mode Is Specified Then #716
While inheriting a class, if no access mode is specified, then which among the following is true? (in C++)
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 Inheritance & its Types - OOPs MCQ: Inheritance - Quiz No.2.
While inheriting a class, if no access mode is specified, then which among the following is true? (in C++)
It gets inherited publicly by default
It gets inherited protected by default
It gets inherited privately by default
It is not possible