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
How would you describe encapsulation in c#?
If a method's return type is void, can you use a return keyword in the method?
What is a method signature in c#?
Can we change static value in c#?
What is the difference between c and c# programming?
When do you generally use a class over a struct?
How to force my .net app to run as administrator on windows 7?
What are anonymous functions in c#?
Explain deadlock?
Explain the ways to deploy an assembly?
i want the csharp questions&answeres
Why do we need generics?
When a Static Constructor is called in a Class?
Explain the difference between a namespace and assembly name in .net?
How many keyword present in C# language ?