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
What is ofstream c++?
Is map ordered c++?
Explain what are mutator methods in c++?
Explain differences between alloc() and free()?
What is switch case in c++ syntax?
What is a string example?
Is c++ fully object oriented?
Can manipulators fall in love?
program explaining feautures of c++
What is data abstraction? How is it different from data encapsulation?
What is the function to call to turn an ascii string into a long?
Comment on local and global scope of a variable.
Is c++ low level?
What is meant by const_cast?
Explain terminate() function?