Home / C++ Programming / Functions - C++ :: Discussion

Discussion :: Functions - C++

  1. Which of the following function / type of function cannot be overloaded?

  2. A.
    Member function
    B.
    Static function
    C.
    Virtual function
    D.
    Both B and C

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment