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
What is COM Interoperability?
What is void in c#?
What is parsing?
What do you mean by parsing and how to parse a date time string in c#?
What does private void mean in c#?
How many static constructors are allowed in a class?
What are some of the commonly used commands in sqlcommand?
What is asp net c# corner?
What is the difference between const and static read-only?
How many bytes is a char c#?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
When was c# created?
What are the concepts of dispose method?
What is msil in c#?
What are the commonly used i/o classes?