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
What is difference between ilist and list in c#?
Why are local variables stored in stack?
What is difference between list and ilist in c#?
What is immutable in C#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is a .exe extension files? How is it similar to .dll extension files?
How do you achieve polymorphism in c#?
List some of the classes used by system.data namespace?
Is there an equivalent of exit() for quitting a c# .net application?
How many types of inheritance are there in c#?
Explain the difference between const and static read-only?
What happens if you add duplicate elements to a set?
Can destructors have access modifiers?
What is written in c#?
Is c# code is unmanaged or managed code?