Answer Posted / ningu
functional overloading means in a program we can have one or
more functions with the same name but they must differ in
:No of parameters passed
:order of the parameter passed
:the type of the parameter
Oop languages like C++ and Java posses this tecnique
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Can recursive program be written in C++?
How does c++ structure differ from c++ class?
What is the C-style character string?
Why do we use using namespace std in c++?
Is map ordered c++?
What are the stages in the development cycle?
Explain the static storage classes in c++.
what is Loop function? What are different types of Loops?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Are c and c++ different?
Is c++ a high level language?
What is meant by the term name mangling in c++?
What is c++ map?
How many keywords are used in c++?