About a class access specifiers and method access specifiers ?
Answer Posted / senthil kumar
Class Access Modifier
---------------------
private
public
protected
internal
abstract
sealed
Method Access Modifier
----------------------
private
public
virtual
override
sealed
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is variable in c#?
What is serialization in .net?
What is difference between ienumerable and enumerable in c#?
What is the difference between struct and class c#?
What is singleordefault c#?
How to implement singleton design pattern in c#?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is a property in c#?
What is the meaning of extention?
What is the use of 'using' statement in c#?
What is an enumerator c#?
What is out in c#?
Explain attributes in c#?
What is the use of xmlserializer?
What is expandoobject in c#?