what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / vijay rana
internal means class or member is only accessible in the
assembly only;
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation in c#?
What is c# and why it is used for?
Is multilevel inheritance possible in c#?
what is partial assembly reference
What do u mean by thread safe?
How do you prevent a method from being overridden in c#?
What does void mean in c#?
What is callback method in c#?
What is the difference between arraylist and list in c#?
What is meant by unicode characters?
Explain what is copy constructor?
What is null in database?
Is arraylist thread safe?
What are properties in C#?
What is meant by enumerable in c#?