Describe the accessibility modifier protected internal.
Answer Posted / kirti
It is available to derived classes and classes within the same Assembly (and naturally from the base class it's declared in).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many classes are there in classification?
How many root nodes are there in an xml document?
What is field in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is the difference between readkey and readline in c#?
What are the Types of caching
How to properly clean up excel interop objects?
Tell me the difference between value passing and address passing?
What is a generic in c#?
Can abstract class be instantiated c#?
What does console writeline do?
what are nullable types in c#
Contrast System.String and System.Text.StringBuilder classes?
Is collection a data structure?
How many digits is a 32 bit number?