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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following creates an animal object named dog?

  2. A.
    animal "dog";
    B.
    animal dog;
    C.
    dog "animal";
    D.
    dog animal;

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment