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
What is datarelation c#?
How do I create a .exe file?
What is asp net in c#?
What are collection classes?
Can an array be null c#?
In which situation(s), the use of "Delegate" is a good idea?
What is the difference between int.parse and int.tryparse methods?
Why var is used in c#?
What is difference between private, protected, and public in C#?
What is a partial class. Give an example?
Which is more efficient for loop or while loop?
Define c# i/o classes?
What is wrong with the sample program below?
What are circular references?
What is a c# delegate?