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 is parameters in c#?

0 Answers  


What are the types of access modifiers?

0 Answers  


What is data types in c#?

0 Answers  


What are circular references?

0 Answers  


What are circular references? How garbage collection deals with circular references.

0 Answers  


who is a protected class-level variable available to?

0 Answers   Siebel Systems,


all information

1 Answers  


What is console readkey ()?

0 Answers  


Explain how obfuscator works in .net

0 Answers  


What is difference between constants and read-only?

0 Answers  


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,


if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define

2 Answers  


Categories