adplus-dvertising
frame-decoration

Question

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

a.

derived-to-base implicit conversion for pointers

b.

base-to-derived implicit conversion for pointers

c.

base-to-base implicit conversion for pointers

d.

derived-to-derived implicit conversion for pointers

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

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

Q. Can pointers to object access the private members of the class?

Q. Is name of an array of objects is also a pointer to object?

Q. Which is the correct syntax to call a member function using pointer?

Q. If pointer to an object is created and the object gets deleted without using the pointer:

Q. How can the address stored in the pointer be retrieved?

Q. What should be done to prevent changes that may be made to the values pointed by the pointer?

Q. References to object are same as pointers of object.

Q. Which is the pointer which denotes the object calling the member function?

Q. Which among the following is true ?

Q. The this pointer is accessible __________________

Q. An object’s this pointer _____________________

Q. The result of sizeof() function __________________

Q. Whenever non-static member functions are called _______________

Q. Which is the correct interpretation of the member function call from an object, object.function(parameter);

Q. The address of the object _________________

Q. Which syntax doesn’t execute/is false when executed?

Q. The this pointers _____________________

Q. Earlier implementations of C++ ___________________

Q. This pointer can be used directly to ___________

Q. Which among the following is/are type(s) of this pointer?