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
Can you pass a vector to a function?
Is set c++?
What is encapsulation in c++?
Give 10 points of differences between C & C++.
What is the difference between struct and class?
What is function overriding in c++?
State two differences between C and C++.
What is virtual base class?
How did c++ start?
Differentiate between an external iterator and an internal iterator?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Why is c++ a mid-level programming language?
Explain what is class definition in c++ ?
What is the difference between C and CPP?
What is type of 'this' pointer? Explain when it is get created?