InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used as default for a member of a class if no access specifier is used for it?(a) private(b) public(c) protected internal(d) protected |
|
Answer» Correct choice is (a) private The explanation: None. |
|