About a class access specifiers and method access specifiers ?
Answers were Sorted based on User's Feedback
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 |
What is parameters in c#?
What are the types of access modifiers?
What is data types in c#?
What are circular references?
What are circular references? How garbage collection deals with circular references.
who is a protected class-level variable available to?
all information
What is console readkey ()?
Explain how obfuscator works in .net
What is difference between constants and read-only?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define