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 the difference between writeline and write in c#?

0 Answers  


What is c# used for?

0 Answers  


Who introduced c#?

0 Answers  


What is int32 in c#?

0 Answers  


What is the default value of date?

0 Answers  






There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Can we have static indexer in c#?

0 Answers  


what is the difference between the debug class and trace class?

0 Answers   Rolta,


What is the default modifier for class in c#?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor?

0 Answers  


What is an assembly qualified name? Is it a filename? How is it different?

0 Answers  


What are the principles of delegation?

0 Answers  


Categories