Difference between Overloading and Overriding?
Answer Posted / yesha
OVERLOADING MEANS WE CAN USE SAME FUNCTION NAME WITH DIFFERENT ARGUMENT IN FUNCTION OVERRIDING WE CAN ONLY USE SAME NAME OF THE FUNCTION AND SAME ARGUMENT BUT IN A DIFFERENT CLASS BECAUSE COMPILER WILL NOT CONFUSED
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an undefined reference/unresolved external symbol error and how do I fix it?
What do you understand by zombie objects in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
What is data types c++?
how to connect with oracle 9i with server in socket program in c/c++
What is the insertion operator and what does it do?
Difference between pointer to constant and constant pointer to a constant. Give example.
Is c++ double?
an integer constant must have atleast one a) character b) digit c) decimal point
Can you Mention some Application of C/C++?
Should I learn c++ c?
How to give an alternate name to a namespace?
Can I learn c++ in a week?
What is public, protected, private in c++?
Do inline functions improve performance?