Answer Posted / jithin s
It means The Ability to take more than one form....ie the
same function name can be used to perform diffrent tasks...
depending up on the number and type of the argument and
also the function return type..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What methods can be overridden in java?
How many types of modularization are there in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is the best ide for c++?
What is lambda in c++?
What is the role of C++ shorthand's?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Why do we use templates?
Define linked lists with the help of an example.
What is the use of volatile variable?
What is late binding c++?
Can create new c++ operators?
Explain how to initialize a const data member.
What are the defining traits of an object-oriented language?
What is the full form of stl in c++?