Difference between Overloading and Overriding?
Answer Posted / stephen-pipes afrifa
Overloading: The function name is the same but the
parameters are different or have different signature
Overriding: The member function having the same name and
types of parameters as function in the base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class definition in c++ ?
What is function prototyping? What are its advantages?
How compile and run c++ program in turbo c++?
What is auto type c++?
Is c++ a high level language?
What is data hiding c++?
What is the purpose of template?
What is the best c c++ compiler for windows?
What are namespaces in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Why do we need c++?
What is c++ and its uses?
What is the header file for setw?
Can turbo c++ run c program?
When does the c++ compiler create temporary variables?