Method Overriding

What's the Method Overriding and what's the difference between Method Overloading and Method Overriding.

Questions by razahaq

Showing Answers 1 - 3 of 3 Answers

arun_goel3

  • Jul 15th, 2008
 

defining a new function with same name but signature is different is known as method oveloading.
Define a new function with same name ( as in base class) in derived class is known as method override. In the derived class, base class defined method is hide.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions