What are the access-specifiers available in c#?
Answer Posted / vaibhav ichake
public
private
protected
interanl
protected internal
| Is This Answer Correct ? | 51 Yes | 18 No |
Post New Answer View All Answers
Can we assign null value to integer?
What is the purpose of a constructor in c#?
How to properly clean up excel interop objects?
How to use delegates with events?
What is the base class in .net from which all the classes are derived from?
How do I convert a string to an int in c#?
Does c# support a variable number of arguments?
What does console readkey do in c#?
What is ienumerable and iqueryable?
What's the difference between class and object?
What does console readline do?
What is dll file in c#?
What is a copy constructor in c#?
What is the use of protected in c#?
What is a clr host?