Which Is The Proper Syntax Of Dynamiccast #1238
Which is the proper syntax of dynamic_cast?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Downcasting - Quiz No.1.
Which is the proper syntax of dynamic_cast?
dynamic_cast(object)
dynamic_cast new (object)
dynamic_cast(object)
dynamic_cast(object)