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


Please Help Members By Posting Answers For Below Questions

Should the member functions which are made public in the base class be hidden?

556


What is a list c++?

568


Is std :: string immutable?

557


Explain the difference between c & c++?

577


How to declaring variables in c++?

653






What is private, public and protected inheritance?

585


What is c++ prototype?

580


the first character in the variable name must be an a) special symbol b) number c) alphabet

599


When should overload new operator on a global basis or a class basis?

608


What is doubly linked list in c++?

626


What is ofstream c++?

583


What is the main function c++?

584


What does ctime() do?

611


What is rtti in c++?

625


What is the difference between map and hashmap in c++?

553