adplus-dvertising
frame-decoration

Question

What is the function overloading?

a.

Calling a function from another function

b.

Having more than one functions of same name

c.

Calling a function from itself

d.

There is no such term in C/C++

Answer: (b).Having more than one functions of same name

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the function overloading?

Similar Questions

Discover Related MCQs

Q. By default, members of a C++ class are:

Q. Which of the following statements is true in C++?

Q. C++ supports:

Q. Which of the following is not a C++ keyword?

Q. Which of the following is not a bitwise operator?

Q. In C++, the expression 5/2 is evaluated to:

Q. In C++, the string literal “C++” occupies exactly ………. of memory.

Q. In C++, generic functions are created using the keyword:

Q. The implicit argument passed to a member function of a c++ class is called:

Q. The default copy constructor performs:

Q. Bohm and Jacopini's work demonstrated that all the programs must be written in terms of

Q. Using keywords as an identifier causes

Q. A procedure for solving a problem in terms of actions and their order, is called as

Q. The rectangle symbol in flowchart is called as

Q. Writing a keyword while as While in C++ program causes a

Q. All the keywords bool, catch, private, public, this and throw, were introduced in

Q. ++a is an example of

Q. C++ statements that allow the programmers to specifies that the next statement to be executed may be other than the next one in a sequence, is called as

Q. The C++ control structures are combined in

Q. A UML diagram that facilitates the requirements gathering and interacts between the system and external users, is called as