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

Discussion :: Object Oriented Programming Using C++

  1. When you define an object that is a member of a class, such as Student Abby; _____

  2. A.
    a block of memory is set aside and all data members are assigned valid values
    B.
    a block of memory is set aside
    C.
    no memory is set aside until values are defined
    D.
    no memory is set aside, but valid values are assigned to data members

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment