Multiple Choice
Dynamic_cast is often used to:
A) Perform type checking for objects.
B) Convert pointers to strings.
C) Upcast pointers.
D) Downcast pointers.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following statements is true?<br>A)
Q13: The main difference between a pure virtual
Q14: Which of the following would not be
Q15: Run-time type information can be used to
Q16: Virtual destructors must be used when:<br>A) The
Q18: Abstract classes do not necessarily have:<br>A) A
Q19: The line: virtual double functionX() const =
Q20: Abstract classes:<br>A) Contain at most one pure
Q21: Polymorphism is implemented via:<br>A) Member functions.<br>B) virtual
Q22: Which of the following assignments would be