what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / manojavam
Internal specifier will allow the user to use the
componenet inside the assembly but not outside the assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the boolean data types in c#?
What is master page in asp net c#?
What is the namespcae generally given to the webpage of the .NET Framework ?
Can we have static indexer in c#?
Explain briefly the difference between value type and reference type?
What is the main method?
How do you declare an arraylist?
Explain the difference between // comments, /* */ comments and /// comments?
What will a loop recorder show?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Define using statement in c#?
What are get and set in c#?
What is the difference between int16 and int32 in c#?
Is double a decimal?
Why is .net so popular?