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
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What kind of jobs can I get with c++?
Difference between an inspector and a mutator
What is general format for a prototype?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is string in c++ programming?
Is it possible for the objects to read and write themselves?
Why c++ is not a pure oop language?
Explain the difference between abstract class and interface in c++?
How would you use the functions memcpy(), memset(), memmove()?
Is java the same as c++?
You run a shell on unix system. How would you tell which shell are you running?
What is the difference between method overloading and method overriding in c++?
What is the output of the following program? Why?