Cpp Programming Quiz 53 – Which of the following statements is correct?
[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.
Answer: Option B
Cpp Programming Quiz 53 – Which of the following statements is correct? Read More »
Cpp Programming, OOPs Concepts