InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used to access a member of class before object of that class is created?(a) public(b) private(c) static(d) protected |
|
Answer» The correct choice is (c) static For explanation: None. |
|