adplus-dvertising
frame-decoration

Question

When is downcating used?

a.

To separate inherited class from base class

b.

To write a more complex code

c.

To compare two objects

d.

To disable one class in inheritance

Answer: (c).To compare two objects

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When is downcating used?

Similar Questions

Discover Related MCQs

Q. What happens when downcasting is done but not explicitly defined in syntax?

Q. Which way the downcasting is possible with respect to inheritance?

Q. Java supports direct downcasting.

Q. How to prevent the ClassCastExceptions?

Q. Which is the exception handler for the exceptions of downcasting?

Q. Which is the proper syntax of dynamic_cast?

Q. If dynamic_cast fails, which value is returned?

Q. What does dynamic_cast return after successful type casting?

Q. What should be used for safe downcast?

Q. Downcasting ____________________

Q. Downcasting is _______________________

Q. Which among the following is a mandatory condition for downcasting?

Q. What is downcasting?

Q. If two classes are defined “Parent” and “Child” then which is the correct type upcast syntax in C++?

Q. When are the object type known for upcasting the objects?

Q. When are the pointer types known for upcasting the objects?

Q. Which concept is needed because of implicit type casting use?

Q. Upcasting is _____________________ without an explicit type cast.

Q. If class C inherits class B and class B inherits class A ________________

Q. If multiple inheritance is implemented, which upcasting will be correct?