What is a "RTTI"?

Answer Posted / sarmistha

RUN TIME TYPE INFORMATION. Afacility that allows an object
to b queried at runtime to determine its type.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a function signature with various number of parameters.

569


Why is it necessary to use a reference in the argument to the copy constructor?

637


Do inline functions improve performance?

652


Write about the members that a derived class can add?

572


What is the use of bit fields in structure declaration?

546






What is dev c++ used for?

607


What are move semantics?

675


What is switch case in c++ syntax?

631


Is string an object in c++?

662


What do you mean by ‘void’ return type?

610


Which is the best c++ compiler for beginners?

566


Is swift faster than go?

621


Differentiate between C and C++.

717


What is name hiding in c++?

619


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

1743