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
List the difference between interface and abstract class?
What are immutable types in c#?
What is thread safe in c#?
What is a boolean c#?
What do you mean by generic class in c#?
What are collections in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
How can I get the ascii code for a character in c#?
What is the syntax for calling an overloaded constructor within a constructor?
What is a trace and asset? Explain some differences?
How do I move from one form to another in c#?
Define satellite assembly in c#?
What is difference between assembly and namespace?
What is the difference between system.text.stringbuilder and system.string?
Can a struct be null?