Answer Posted / kishore.a
Example for Value type is Structure.
Referenece type Class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is and as keyword in c# net?
How do you create empty strings in c#?
What is ienumerator c#?
What is difference between for and foreach in c#?
What are actions in c#?
What is a dll in c#?
Enlist all the components of an ado.net framework?
What is the difference between a variable and a literal?
How do you serialize in c#?
What is the difference between as and is operators in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What Is The Smallest Unit Of Execution In .net?
Is c# the same as d flat?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?