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
What are c++ files?
What do you mean by early binding?
What is the use of class in c++?
What is scope in c++ with example?
what are Access specifiers in C++ class? What are the types?
How do you declare A pointer to a function which receives nothing and returns nothing
which operator is used for performing an exponential operation a) > b) ^ c) none
What does catch(…) mean?
What is a memory leak c++?
What is the purpose of extern storage specifier?
Define whitespace in C++.
Is python written in c or c++?
What do you mean by static variables?
When should we use multiple inheritance?
What is the difference between a type-specific template friend class and a general template friend class?