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 different between Implicit conversion and Explicit conversion in C#?
What is c-sharp (c#)?
What is class sortedlist underneath?
Different between method overriding and method overloading?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Does google use c#?
What's different between c# and c/c++?
Why do we use ienumerable in c#?
What is the difference between int and int in c#?
What is hashmap in c#?
What does addressof operator do in background ?
What are functions in c#?
how to prevent a class from being inherited in c#.net?
Is there an equivalent to the instanceof operator in visual j++?
What is a protected class c#?