MCQs Global

Which of the following statements is correct?

Which of the following statements is correct?
(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
(b) Derived class pointer cannot point to base class.