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

Why can't we use a static class instead of singleton?

445


What is ulong in c#?

563


Where is the keyword void used?

542


What is tuple in c#?

521


Can constructor be protected?

458






How do I edit a dll file?

445


List out the differences between array and arraylist in c#?

517


Write the difference between TypeOf and GetType?

584


What is anonymous types in c#?

496


What is difference between iqueryable and ienumerable in c#?

447


What are custom attributes in c#?

489


How do generics work in c#?

478


what are the different ways a method can be overloaded?

518


What are the different approaches of passing parameters to a method?

470


what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

588