Pointer To A Base Class Can Be Initialized With The Address Of #1162
Pointer to a base class can be initialized with the address of derived class, because of _________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Assigning Object, Pointer to Objects, Passing and Returning Object - OOPs MCQ: Pointer to Objects - Quiz No.1.
Pointer to a base class can be initialized with the address of derived class, because of _________
derived-to-base implicit conversion for pointers
base-to-derived implicit conversion for pointers
base-to-base implicit conversion for pointers
derived-to-derived implicit conversion for pointers