Answer Posted / arun
RTTI> Run Time Type Identification
RTTI means during time of run object property can be
retrieve and changed. Under RTTI dynamic_cast<>, typeid,
const_cast<> etc are used.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of oops?
What is abstraction in oop?
What is this pointer in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is class and example?
Why do we need polymorphism in c#?
What is overriding in oop?
What is multilevel inheritance in oop?
What is encapsulation and abstraction? How are they implemented in C++?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Write a program to reverse a string using recursive function?
can we make game by using c
How do you achieve polymorphism?
What does and I oop mean?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)