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

Discussion :: Object Oriented Programming Using C++

  1. Student senior(); is a(n)_________

  2. A.
    constructor call with no arguments
    B.
    object instantiation
    C.
    constructor call with all default arguments
    D.
    prototype for a function that returns a student object

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment