What are the access-specifiers available in c#?
Answer Posted / swapna
Public,Private,Protected ,Friendly,protected friendly
are the access specifiers in c#.
| Is This Answer Correct ? | 37 Yes | 182 No |
Post New Answer View All Answers
What is the importance of closing an ado.net application?
What is string [] args in c#?
What is for loop in c#?
How do you create empty strings in c#?
What is oledb in c#?
Classes and structs can be declared as static, is this statement true or false?
What is a derived class in c#?
What is the use of list in c#?
What is an extension method in c#?
what is the Difference between the public and private ?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is reflection c#?
Define multicast delegate in c#?
Which is faster array or arraylist in c#?