InterviewSolution
Saved Bookmarks
| 1. |
Which of these access specifiers must be used for class so that it can be inherited by another subclass?(a) public(b) private(c) both public & private(d) none of the mentioned |
|
Answer» The correct choice is (a) public The explanation: None. |
|