How?s method overriding different from overloading?
Answer Posted / venu gopal
When overriding, you change the method behavior for a
derived class. Overloading simply involves having a method
with the same name within the class.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is .edmx file?
What is the difference between finalize() and dispose() methods?
Can a class be private in c#?
What are custom exceptions? Why do we need them?
What does question mark mean in c#?
How to assign Null value to Var?
Can you drink alcohol with a loop recorder?
Can you instantiate a struct without using a new operator in c#?
list the steps in code compilation in c#?
What is difference between function and method in c#?
Is Facebook a desktop application?
When would you use generics in your code c#?
What is an enumerator in c#?
What is the difference between int.parse and int.tryparse methods?
What is default access modifier for class in c#?