Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. C++ allows you to define the same functions more than once in the same program _____

  2. A.
    if the definitions are identical
    B.
    if the definitions are included in two separate #include files
    C.
    if the definitions are located in a single #include file that is included more than once
    D.
    C++ does not allow you to define the same functions more than once in the same program

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment