Answers

Question and Answer:

  Home  C++ Programming

⟩ Describe run-time type identification.

The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.

 238 views

More Questions for you: