Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which of the following functions are performed by a constructor?

  2. A.
    Construct a new class
    B.
    Construct a new object
    C.
    Construct a new function
    D.
    Initialize objects

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment