Saved Bookmarks
| 1. |
Which of these is used to access members of class before the object of that class is created?(a) public(b) private(c) static(d) protectedI have been asked this question in an internship interview.My doubt is from Public & Private Access Modifier in division Arrays and Strings of C# |
|
Answer» RIGHT ANSWER is (C) static Explanation: NONE. |
|