Which members can’t be accessed in derived class in multiple inheritance?
(a) Private members of base
(b) Public members of base
(c) Protected members of base
(d) All the members of base
I got this question in final exam.
This intriguing question originated from Multiple Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming