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 memberThis question was addressed to me during a job interview.This key question is from Inheritance topic in chapter Inheritance of Java |
| Answer» | |