Answer Posted / anuradha chaurasia
The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c++ called oops?
What is diamond problem in c++?
What are different types of loops in c++?
What does namespace mean in c++?
Is c++ a pure oop language?
Should the member functions which are made public in the base class be hidden?
What is size_type?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
How can a called function determine the number of arguments that have been passed to it?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Can comments be nested?
Is it possible to get the source code back from binary file?
Define 'std'.
Explain linear search.
What is the use of pointer in c++ with example?