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 private in c#?
What is ienumerator c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
Is c# int immutable?
What is difference between abstract class and interface in c#?
How does return work in c#?
What is a predicate in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is the difference between proc. Sent by val and by sub?
What is an ienumerable in c#?
Explain About sn.exe
What is the difference between convert and parse in c#?
How do I unload an assembly?
Explain what is an interface in c#?
What is iqueryable in c#?