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
Where’s global assembly cache located on the system?
Can a struct be null?
What does mean c#?
What is the ouput of the following program?
What is extension method in c# and how to use them?
What is data type in c# with example?
Is datetime a value type in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What are c# i/o classes? What are the commonly used i/o classes?
What is unsigned int?
Why ienumerable is used in c#?
What is monitor in C#?
Explain about Serialize and MarshalByRef?
What are generations and how are they used by the garbage collector?
Can we inherit singleton class in c#?