Difference between Overloading and Overriding?
Answer Posted / harendra kumar vishwakarma
over loading means using the diffrent operatores on
different types. for example,'+' is an overloaded operator
in most of the languages since'+' is the sign used for
additional of two integers as well as two floating point
numbers.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is abstract keyword in c++?
What is string in c++ programming?
Why is it called c++?
Write a Program for find and replace a character in a string.
Which programming language is best to learn first?
What is the output of the following program? Why?
Explain register storage specifier.
What is purpose of abstract class?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What are c++ variables?
Is it possible to provide default values while overloading a binary operator?
What is functions syntax in c++?
What is the benefit of encapsulation?
How to declare a function pointer?
What are arithmetic operators?