Difference between Overloading and Overriding?
Answer Posted / swetcha
Overloading - Two functions having same name and return
type, but with different type and/or number of arguments.
Overriding - When a function of base class is re-defined in
the derived class.
Is This Answer Correct ? | 850 Yes | 105 No |
Post New Answer View All Answers
How does c++ structure differ from c++ class?
Why is the function main() special?
What are the differences between malloc() and calloc()?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Why the usage of pointers in C++ is not recommended ?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is algorithm in c++ programming?
Can c++ do everything c can?
Explain the scope of resolution operator.
What is c++ virtual inheritance?
Define macro.
What is a vector c++?
Show the application of a dynamic array with the help of an example.
What is the arrow operator in c++?
When should we use multiple inheritance?