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
Is c++ or c# better?
Distinguish between continue and break statement?
Can we override interface methods in c#?
Explain the difference between event and a delegate in c#?
What is the and operator in c#?
In which way you can convert a value-type to a reference-type?
What is the difference between gettype and typeof in c#?
What is meant by clr?
What is foreach loop in c#?
How many types of constructors are available in c#?
Why do we use interface in c#?
Define satellite assembly in c#?
Explain about finalize method?
What is the difference between struct and class in c#?
Which constructor is called first in c#?