why do we use Overloading, Overriding, Boxing, Unboxing,
and what is the use of these ?
Answer Posted / x
in case of multiple use of codeing we use this methods.to
reuse code in all forms.
overloading ,overriding is used to implement methods of
already writtened method used to fill datagrid,
we do boxing in case of saveing data in user defined
form,and try to get data in client defined form.and try to
utilize boxing for type conversion problam
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
Can we extend static class in c#?
Explain the difference between a namespace and assembly name in .net?
Can we inherit singleton class in c#?
Why abstract class is not instantiated in c#?
What is the purpose of ienumerable in c#?
Why generics are used in c#?
What Is A Multicast Delegate?
Is exe is machine dependent?
When a Static Constructor is called in a Class?
What are the differences between a class and a struct?
What is the difference between int and int in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
Explain About web methods and its various attributes
What is difference between web and window application?
Are c# destructors the same as c++ destructors?