Difference between Overloading and Overriding?
Answer Posted / sandy
Overloading doesn't block Inheritence from the
superclass where as Overriding blocks is Inheritence.
Overloading method has different Parameters but same name
whereas Overriding is just the implementation of method
define Base Class.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Does c++ support multilevel and multiple inheritances?
What is a .lib file in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
How can I learn c++ easily?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What are references in c++? What is a local reference?
what is COPY CONSTRUCTOR and what is it used for?
Explain rethrowing exceptions with an example?
What is the basic structure of c++ program?
Will the following program execute?
Are there interfaces in c++?
What do you mean by inheritance in c++?
What is scope resolution operator in c++ with example?
What language is a dll written in?
Which software is used to run c++ program?