Data and function in which area of a class are directly accessible outside the class ? Answer : A. Public View Answer
Which of the following access specifiers is used in a class definition by default ? Answer : C. Private View Answer
In c++ how are protected members of a base class accessed in derived class when inherited privately ? Answer : A. Privately View Answer