adplus-dvertising
frame-decoration

Question

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)

Answer: (d).dynamic_cast(object)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is the proper syntax of dynamic_cast?