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


Please Help Members By Posting Answers For Below Questions

Is java better than c sharp?

516


What is the real use of interface in c#?

472


Can a class or a struct have multiple constructors?

547


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

515


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

1924






in object oriented programming, how would you describe encapsulation?

567


Can a method be sealed in c#?

500


Can an exception be thrown from a catch block?

578


What is the purpose of namespace?

473


What is meant by generics in c#?

509


Is c# or c++ better for games?

472


What is Delegate and what is it used for ?

582


Is equal in c#?

517


Is a dll an assembly?

484


What is transparent caching with aop ?

628