Saved Bookmarks
| 1. |
Select the class visibility modifiers among the following:(a) Private, protected, public, internal(b) Private, protected, public, internal, protected internal(c) Private, protected, public(d) All of the mentionedI have been asked this question during an interview.I'd like to ask this question from Fundamentals of Inheritance in portion Object Oriented Concepts of C# |
|
Answer» RIGHT ANSWER is (b) PRIVATE, protected, public, INTERNAL, protected internal The best I can explain: None. |
|