What are the access-specifiers available in c#?
Answer Posted / yogaiah
public,private,protected,internal,protectedinternal,thumbfriend
| Is This Answer Correct ? | 23 Yes | 67 No |
Post New Answer View All Answers
What sort algorithm does c# use?
How does aspect oriented programming work?
What is delegation in oops?
What is a helper method in c#?
What are cookies in c#?
What is clr namespace?
Can we instantiate abstract class in c#?
What are the Types of values mode can hold session state in web.config
Define a strong name in .net?
Will the following code compile?
What is using keyword in C#?
What are namespaces, and how they are used?
What are collection classes?
What is the difference between out and ref in c#?
If the original method is not static you can declare an override method to be static or not?