Q:

Which is the proper syntax of dynamic_cast?

0

Which is the proper syntax of dynamic_cast?


  1. dynamic_cast(object)
  2. dynamic_cast new (object)
  3. dynamic_cast(object)
  4. dynamic_cast(object)

All Answers

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

(d).dynamic_cast(object)

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

total answers (1)

OBJECT ORIENTED PROGRAMMING - OVERLOADING MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which is the exception handler for the exceptions ... >>
<< If dynamic_cast fails, which value is returned?...