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 does one compare strings in c#?
What is platform independence"?
What are partial types in c#?
What is a data set in c#?
Is array reference type in c#?
Define a strong name in .net?
What is string pool in c#?
List the 5 different access modifiers in c#?
What is monitor in C#?
What are the different types of classes?
Is for loop faster than foreach?
Is arraylist thread safe?
Write a program to find the angle between the hours and minutes in a clock
Why do we use struct in c#?
Is a dll an assembly?