MCQOPTIONS
Saved Bookmarks
| 1. |
What does dynamic_cast return after successful type casting? |
| A. | Address of object which is converted |
| B. | Address of object that is used for conversion |
| C. | Address of object that is mentioned in the syntax |
| D. | Doesn’t return any address |
| Answer» B. Address of object that is used for conversion | |