Answer Posted / rasool
Ningu, its not necessary that the functions 'must' differ
in the :No of parameters passed
:order of the parameter passed
:the type of the parameter.
say, I have a function Add(int a , int b)
I still can have a function Add(int*a,int*b).
Function overloading is type of polymorphism in C++.i.e
multiple forms of the same function(methods).Function
overloading comes under compile time polymorphism.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why is c++ difficult?
Write bites in Turbo c++ Header ("Include") Files.
How do you master coding?
What is the difference between a declaration and a definition?
Is turbo c++ free?
Differentiate between the manipulator and setf( ) function?
Mention the ways in which parameterized can be invoked. Give an example of each.
what does the following statement mean? int (*a)[4]
What is a pdb file?
How can an improvement in the quality of software be done by try/catch/throw?
What are formatting flags in ios class?
What is an inclusion guard?
Is map sorted c++?
What is meant by the term name mangling in c++?
What is c++ coding?