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
How you will create satellite assemblies?
Explain about Oops concept
What is the compiler of c#?
Explain about finalize method?
Can a static class contain non static members?
How Do You Convert A Value-type To A Reference-type?
what is scope of a protected internal member variable of a c# class
Is it not possible to store a boolean value as a variable?
What are custom exceptions? Why do we need them?
Can delegates be used as callbacks?
What is .net console?
Is list a collection c#?
Can we customize the serialization process?
Define c# and list the features.
What is ienumerable t in c#?