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
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is uint64?
What is the difference between a field and a property in c#?
Why do we use interfaces in c#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What are the types of constructors?
How do we achieve encapsulation in c#?
Are classes passed by reference in c#?
Explain About friend and Protected friend
Why use “using” in c#?
What is dll in c#?
What is transparent caching with aop ?
What is the usage of transponders?
What is using directive in c#?
Describe a Struct ?