Which of the Standard C++ casts can be used to perform a
?safe? downcast:
a) reinterpret_cast
b) dynamic_cast
c) static_cast
d) const_cast
Answer Posted / guest
dynamic_cast
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the compiler?
What is data binding in c++?
Explain the difference between overloading and overriding?
Is c++ high level programming language?
What is an operator in c++?
Can we use clrscr in c++?
Can we delete this pointer in c++?
What is the difference between delegation and implemented-in-terms-of?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
How is new() different from malloc()?
Are c and c++ different?
Search for: what is pair in c++?
When are exception objects created?
What does ios :: app do in c++?
What are guid?