Answer Posted / ravi kant
RTTI stands for run time type identification
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the important differences between c++ and java?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is the difference between method overloading and method overriding in c++?
what is c++
What is the main purpose of overloading operators?
What is an undefined reference/unresolved external symbol error and how do I fix it?
How would you differentiate between a pre and post increment operators while overloading?
How to declare a function pointer?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is implicit pointer in c++?
What is #include cstdlib in c++?
What information can an exception contain?
What are dynamic type checking?
What is the cout in c++?
Explain the differences between private, public and protected and give examples.