InterviewSolution
Saved Bookmarks
| 1. |
A class member declared protected becomes a member of subclass of which type?(a) public member(b) private member(c) protected member(d) static memberThe question was posed to me in a national level competition.Origin of the question is Inheritance topic in chapter Inheritance of Java |
|
Answer» The CORRECT OPTION is (b) private MEMBER |
|