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 is the use of main function in c++?
How many types of modularization are there in c++?
How do I make turbo c++ full screen?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the use of function pointer?
What are the differences between new and malloc?
Describe private, protected and public – the differences and give examples.
Can static member variables be private?
When should I use unitbuf flag?
What is format for defining a structure?
Write a program to show polymorphism in C++?
Out of fgets() and gets() which function is safe to use?
what is COPY CONSTRUCTOR and what is it used for?
Define a pdb file.
What is the difference between equal to (==) and assignment operator (=)?