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
When can a derived class override a base class member?
What is an Interface in C#?
What is the difference between string and stringbuilder in c#?
What is icollection in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
Does console.writeline() stop printing when it reaches a null character within a string?
What are the benefits of using the aggregate method in linq?
What is an example of a delegate?
can you declare an override method to be static if the original method is not static?
How do you name a variable in c#?
What is xaml in c#?
Why do we use generics in c#?
Can we inherit a private class in c#?
How is exception handling implemented in c#?
What is a copy constructor in c#?