C++
Programming and Technical
What is problem with Runtime type identification?
Read Solution (Total 1)
-
- Run-time type information, commonly called RTTI, is extremely slow. Its use usually indicates a deficiency in architecture and design.
- 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question