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 the storage qualifiers?
Is c++ vector a linked list?
Explain register storage specifier.
Can we distribute function templates and class templates in object libraries?
How do you declare A pointer to a function which receives nothing and returns nothing
Who made c++?
What is the difference between reference and pointer?
Difference between delete and free.
What is namespace & why it is used in c++?
Is c++ primer good for beginners?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is a container class? What are the types of container classes in c++?
Describe linkages and types of linkages?
Explain deep copy and a shallow copy?
What is ostream in c++?