Function Overloading is assigning one or more function body to same name - Functions

Q.  Assigning one or more function body to the same name is called ____________ .
- Published on 17 Jul 15

a. Function Overriding
b. Function Overloading
c. Both a and b
d. None of the above

ANSWER: Function Overloading
 

    Discussion

  • Raj   -Posted on 09 Oct 15
    Assigning one or more function body to the same name is called as method overloading. It is also called as compile time polymorphism.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)