Answer Posted / manju
RTTI stands for Run Time Type Information.It is used to
provide information about the dynamic type of an object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which coding certification is best?
What is recursion?
What is oops in c++?
Define macro.
Why is c++ called oops?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Why main function is special in c++?
Write a program to add three numbers in C++ utilizing classes.
Const char *p , char const *p What is the difference between the above two?
Can we make copy constructor private in c++?
Why cout is used in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What are the c++ access specifiers?
Define upcasting.
Difference between an inspector and a mutator