why do we use Overloading, Overriding, Boxing, Unboxing,
and what is the use of these ?
Answer Posted / kumar
overloading: using smae function or operator in different
and various way is called the overloading. this is because
of situation and the use. mainly two types are
1). Function overloading
area pi.r^2;
area l.b;
same function area and hence function overloading
2). Operator overloading
int add;
int float;
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How can you achieve run time polymorphism in C#?
Explain the difference between event and a delegate in c#?
What is cshtml?
What is asynchronous one-way calls?
What is null propagation c#?
What are the Uses of CLR
Tell us something about static linking and dynamic linking?
What is the difference between list and ilist in c#?
What is array and types of array in c#?
What is the difference between dataset and datatable in c#?
Write a program in C# for checking a given number is PRIME or not.
Is list passed by reference c#?
What is the difference between “out” and “ref” parameters in c#?
What is the difference between namespace and class?
How can I get the ascii code for a character in c#?