How?s method overriding different from overloading?

Answers were Sorted based on User's Feedback



How?s method overriding different from overloading?..

Answer / 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

How?s method overriding different from overloading?..

Answer / maria jerom

Method overloading means same method name but different
parameters. Method overriding means same method name and
parameters also same. In method overloading method will
differentiate with parameters name and in method overriding
method will differentiate with method signature

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Is goto statement supported in C#? How about Java?

2 Answers  


What do you know about Translate Accelerator?

0 Answers   C DAC,


Difference between dispose and destructor?

3 Answers   TCS,


A->B->C (EXTENDS) How the constructors are called when we created an object of C

3 Answers   Karur Vysya Bank KVB,


What is indexers in C#

4 Answers   Bodhtree,






Do unused Namespaces in c# affect run-time performance?

0 Answers   HCL,


What types of object can I throw as exceptions?

0 Answers  


Which property of the textbox cannot be changed at runtime?

0 Answers  


How to block a class from being inherited further?

0 Answers  


What is dao in c#?

0 Answers  


Why do we need ienumerable in c#?

0 Answers  


What is difference between internal and protected internal in c#?

0 Answers  


Categories