While inheriting a class, if no access mode is specified, then which among the following is true? (in C++)
(a) It gets inherited publicly by default
(b) It gets inherited protected by default
(c) It gets inherited privately by default
(d) It is not possible
The question was posed to me in class test.
The origin of the question is Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming