Home » C++ Programming » Overloading » Question
  1. Overloaded functions are
    1. Two or more functions with the same name but different number of parameters or type
    2. Very long functions that can hardly run
    3. One function containing another one or more functions inside it
    4. All of above
    5. None of these
Correct Option: A

Two or more functions with the same name but different number of parameters or type



Your comments will be displayed only after manual approval.