Which is the proper syntax of dynamic_cast?
(a) dynamic_cast(object)
(b) dynamic_cast new (object)
(c) dynamic_cast(object)
(d) dynamic_cast(object)
This question was addressed to me in my homework.
Question is from Downcasting in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming