InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is not possible for member function?(a) Access protected members of parent class(b) Definition without return type(c) Access public members of subclass(d) Access static members of classThe question was posed to me in an international level competition.This key question is from Member Functions in section Class Members & Types of Object Oriented Programming |
|
Answer» Right choice is (c) ACCESS PUBLIC members of SUBCLASS |
|