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
Explain polymorphism in c# with a simple example?
Can constructor be protected in c#?
What is inner class in c#?
What is difference between a function and a method?
What is difference between ilist and list in c#?
What is the default value of datetime in c#?
What are controls in c#?
Is xamarin free?
Is vs as c#?
Why c# is called type safe language?
What are All kind of access specifiers for a class and for methods
What do you mean by directing?
Why reflection is used in c#?
How can you access a private method of a class?
Why attributes are used in c#?