About a class access specifiers and method access specifiers ?

Answers were Sorted based on User's Feedback



About a class access specifiers and method access specifiers ?..

Answer / 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

About a class access specifiers and method access specifiers ?..

Answer / sarath

private
public
protected
internal
protected internal

Is This Answer Correct ?    5 Yes 0 No

About a class access specifiers and method access specifiers ?..

Answer / senthil kumar

Private
Public
Protected
internal

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What?s an abstract clas?

5 Answers   Mind Tree,


Explain the advantage of using system.text.stringbuilder over system.string?

0 Answers  


What is the difference between internal and protected in c#?

0 Answers  


What is the difference between protected and internal in c#?

0 Answers  


How?s method overriding different from overloading?

2 Answers   Visual Soft,






Where is the keyword void used?

0 Answers  


Are enums static c#?

0 Answers  


Can we use "this" command within a static method?

0 Answers  


Describe the types of comments in c#?

0 Answers  


Define sealed classes in c#?

0 Answers  


what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?

2 Answers  


What is int16?

0 Answers  


Categories