InterviewSolution
Saved Bookmarks
| 1. |
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(c) A derived class cannot have pointer objects(d) A base class cannot have pointer objectsThe question was asked in class test.I want to ask this question from OOPs Concept topic in division Basics Concepts of C++ of C++ |
|
Answer» Right OPTION is (b) Derived class pointer object cannot point to a base class object |
|