Vidyalelo
C++ Programming · Q58

Object Oriented Programming in C++

Programming · C++ Programming · question 58

Q58

Which of the following is correct?

A.
Base class pointer object cannot point to a derived class object
B.
Derived class pointer object cannot point to a base class object
Answer
C.
A derived class cannot have pointer objects
D.
A base class cannot have pointer objects

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board