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

Discussion :: OOPS Concepts

  1. Which of the following statements is correct?

  2. A.
    Base class pointer cannot point to derived class.
    B.
    Derived class pointer cannot point to base class.
    C.
    Pointer to derived class cannot be created.
    D.
    Pointer to base class cannot be created.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment