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 I have a reference as a data member of a class? If yes, then how do I initialise it?
What is the meaning of string in c++?
Explain the difference between abstract class and interface in c++?
What is the type of 'this' pointer?
What is object in c++ example?
What is extern c++?
How can you quickly find the number of elements stored in a dynamic array?
How many types of comments are there in c++?
Can comments be longer than one line?
What is the use of string in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Who discovered c++?
How to get the current position of the file pointer?
What is a manipulative person?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.