Answer Posted / venkat2050
generics in dot net have two concept boxing and unboxing
boxing ... we can convert value type into reference type
unboxing... it is very unexplict operation
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain dataadapter.update method in .net?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is the difference between dispose() and finalize() methods in c#?
What is datatable in c#?
Which are the loop types available in c#?
List out two different types of errors in c#?
What is type safe in c#?
What does args mean in c#?
Is unboxing an implicit conversion?
What is xor operator in c#?
How can an inner class access the members of outer class?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is the use of inheritance in c#?
What I can do with c#?