what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / viveka
Internal Specifier is used in C#. It can be accessed by all
the classes with in the assembly but not from outside the
assembly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is Covariance and contravariance in C#?
What is a generic method?
What are the properties of string?
Illustrate the process of code compilation in c#?
What are some examples of desktop applications?
What is private class in c#?
Which is better python or c#?
Define Abstract Class in C#
Is c# queue thread safe?
What is the difference between ienumerable and icollection?
How does inheritance work in c#?
What is typeof c#?
Can a method return multiple values in c#?
How big is a float?
What tool we have to use to install assembli in gac folder.