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

What is c++ programming language?

582


What are static type checking?

634


What is buffer and example?

527


What is #include sstream?

626


What is an incomplete type in c++?

771






How can you quickly find the number of elements stored in a dynamic array?

580


What is c strings syntax?

610


Why is "using namespace std;" considered bad practice?

653


What is std :: endl?

596


Is turbo c++ free?

625


What is the syntax for a for loop?

603


What is a linked list in c++?

552


What are the characteristics of friend functions?

569


Explain container class.

689


What are default parameters? How are they evaluated in c++ function?

671