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

Discussion :: Object Oriented Programming Using C++

  1. Reference variables and const class members _____

  2. A.
    must be assigned values in any derived class
    B.
    must never be initialized in a base class
    C.
    must be initialized, rather than assigned values
    D.
    must not exist if a class is to be a base class

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment