How?s method overriding different from overloading?
Answer Posted / rajkamal
Method Overloading is :
using the same method name for different Purpose.
Method Overriding is :
Adding the Functionality to existing method Header.
Here We providing Method Defination.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Give an example of a ctype.
How do I use the 'using' keyword with multiple objects?
If I want to override a method one of class A and in class b then how do you declare?
What is the difference between dynamic type variables and object type variables in c#?
What's the difference between abstraction and encapsulation?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
Does a class need a constructor c#?
What is an abstract class c#?
What is javascriptserializer c#?
What is garbage collector and where should you use in .NET?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What do you mean by generic class in c#?
What is polymorphism and its types in c#?
Explain briefly the difference between value type and reference type?
What are Uses of CLR