Q:

Pointer to a base class can be initialized with the address of derived class, because of _________

0

Pointer to a base class can be initialized with the address of derived class, because of _________


  1. derived-to-base implicit conversion for pointers
  2. base-to-derived implicit conversion for pointers
  3. base-to-base implicit conversion for pointers
  4. derived-to-derived implicit conversion for pointers

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).derived-to-base implicit conversion for pointers

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Can pointers to object access the private members ... >>
<< A pointer _________________...