Which of the following access specifiers is used in a class definition by default ? By Editor No Comment Answer : C. Private
In c++ how are protected members of a base class accessed in derived class when inherited privately ? By Editor No Comment Answer : A. Privately