What are the access-specifiers available in c#?
Answer Posted / vijay
public,private,protected,internal,protectedinternal
| Is This Answer Correct ? | 53 Yes | 22 No |
Post New Answer View All Answers
Explain publishers and subscribers in events.
What is difference between ienumerable and list?
What is meant by clr?
What is thread and explain states of a thread in c#?
Is c# code is managed or unmanaged code?
What is datareader c#?
What is ado net in c#?
When would you use generics in your code c#?
Which is better interface or abstract class in c#?
How Is The Dll Hell Problem Solved In .net?
What are constants in c#?
What is the difference between firstordefault and first?
Is an interface a type c#?
Why is ienumerable used?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?