What are the access-specifiers available in c#?
Answer Posted / rashmi
1.public
2.private
3.protected
4.internal
5.protected internal
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
Is array thread safe c#?
What is eager loading in c#?
Why we use anonymous methods in c#?
Why do we need static in c#?
What is lock statement in C#?
What is the delegate in c#?
What exactly happens when we debug and build the program?
Can dictionary have duplicate keys c#?
Can arraylist hold primitive types?
Why do we need nullable types in c#?
What is the use of console?
what are the differences between a class and structure
If a method's return type is void, can you use a return keyword in the method?
What is datacontract in c#?
What is anonymous methods in c#?