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

Discussion :: Object Oriented Programming Using C++

  1. If you omit any constructor argument when you instantiate an object, you must use default values______

  2. A.
    for all parameters to the constructor
    B.
    for all parameters to the right of the argument
    C.
    for all parameters to the left of the argument
    D.
    for no other parameters

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment