Answer Posted / kamlesh sharma
casting is a process to convert data of one type to another
data type
and boxing is the process to convert value type to
reference type
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple threads in one app domain?
Why do I get a syntax error when trying to declare a variable called checked?
Expalin the way you implement inheritance by using VB.NET/C#?
What is a struct in C#?
Why abstract class can not be instantiated?
In a memory when you Box and Unbox a value-type what happens?
What is type safe in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What is a framework in c#?
What is object type in c#?
How can I process command-line arguments?
What is dynamic dispatch?
What are the Types of optimization and name a few and how do u do?
How to assign Null value to Var?
What is sql transaction in c#?