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
What is a delegate in c#?
What is the use of tuple in c#?
Define using statement in c#?
What are the delegates in c#?
Why do we use delegates?
Explain the constructor in c#.
What is the difference between hashtable and dictionary?
How do I know if executenonquery is successful c#?
Is clr a compiler?
What is difference between singleordefault and firstordefault?
What is the difference between list and array in c#?
How to override a function in c#?
What is the main purpose of delegates in c#?
Explain About Global.asax
what is the difference between the debug class and trace class?