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
Why singleton is sealed?
How do you pronounce c#?
Can an abstract class have a constructor c#?
What is thread in c#?
What is the default value of date?
Explain the difference between user control and custom control. Also, explain their use.
What is a method signature?
Are c# objects passed by reference?
How to implement a singleton design pattern in c#?
What is the difference between class and namespace?
What is form feed and carriage return?
What is meant by desktop application?
What is jit (just in time)?
What is the difference between Singleton design pattern and Factory design pattern?
What is the diff between System.String and System.Text.StringBuilder classes?