Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which of the following is correct about function overloading?

  2. A.
    The types of arguments are different.
    B.
    The order of argument is different.
    C.
    The number of argument is same.
    D.
    Both A and B.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment