Answer Posted / narasimulu
RTTI as known Runtime Type Identification.
If you want to cast the object of one class as the object
of another class so u require to know the type of the
object at the runtime .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is multilevel inheritance?
What are the two different types of polymorphism?
Who invented oop?
What does I oop mean?
Can private class be inherited?
Can enum be null?
What is an example of genetic polymorphism?
How to improve object oriented design skills?
What is polymorphism in oops with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the benefit of oop?
What is debug class?what is trace class? What differences are between them? With examples.
what is different between oops and c++
What do you mean by Encapsulation?
Why is static class not inherited?