difference between keyword internal and protected?
Answer Posted / ghouse basha s
These are access specifiers,
Internal means methods and properties will be accessible to
Classes in the Assembly
Protected means methods and properties will be accessible to
classes and in the derived assembly
| Is This Answer Correct ? | 7 Yes | 21 No |
Post New Answer View All Answers
How to declares a two-dimensional array in C#?
What is the meaning of int parse in c#?
What benefit do you get from using a primary interop assembly (pia)?
explain the nature of the assembly work?
What is difference between ienumerable and list in c#?
Is list passed by reference c#?
What does exclamation mark mean c#?
What are the Types of configuration files and their differences
Why dependency injection is used in c#?
Why we use extension methods in c#?
Explain the difference between and xml documentation tag?
What is JIT (just in time)? how it works?
What is int16?
What are the different types of comments in c#?
Where’s global assembly cache located on the system?