InterviewSolution
Saved Bookmarks
| 1. |
Which among these access specifiers should be used for main() method?(a) private(b) public(c) protected(d) none of the mentionedThe question was asked in class test.My enquiry is from Accessor controls of class in portion Miscellaneous topics of C# |
|
Answer» Correct choice is (b) public |
|