Operator _____________ can be used to downcast base-class pointers safely.

Fill in the blank(s) with the appropriate word(s).

dynamic_cast.

Computer Science & Information Technology

You might also like to view...

________ is an Excel add-in that enables you to build a visual dashboard with the functionality of a PivotTable

Fill in the blank(s) with correct word

Computer Science & Information Technology

To declare a method as static, place the keyword static before ________ in the method’s declaration.

a. the method modifier b. the return type c. the method name d. the argument list

Computer Science & Information Technology