What are the access-specifiers available in c#?
Answer Posted / rajendra
In C# .net the access specifiers are:
1.private
2.Internal
3.protected
4.protected Internal
5.Public
In VB.net the access specifiers are:
1.Private
2.Friend
3.Protected
4.Protected Friend
5.Public
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Why do we need delegates in c#?
How do I move from one form to another in c#?
What is dictionary and hashtable in c#?
List down the different ide’s provided by microsoft for c# development.
What is an assembly loader?
What is expression c#?
Explain boxing and unboxing in c#?
What are functions in c#?
What is the difference between namespace and class in c#?
Is c# queue thread safe?
What is an actual parameter?
What is asenumerable in c#?
What do you mean by default constructor?
Distinguish between system.string and system.text.stringbuilder classes?
What is difference between constants and readonly in c#?