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
What are managed providers?
What is the difference between abstraction and encapsulation in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is the difference between Decorator and Adapter pattern?
Explain the difference between private and shared assembly?
How can I get around scope problems in a try/catch?
How many root nodes are there in an xml document?
What are destructors in C#?
What is unrecognized escape sequence in c#?
What is lazy loading c#?
In .NET how can you solve the DLL Hell problem?
What is a struct in C#?
What are properties in c#. Explain with an example?
How do I create a multilanguage, single-file assembly?
Is c# strongly typed?