Describe run-time type identification?
Answer / 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 |
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
How do you declare a set in c++?
What is binary search in c++?
What are multiple inheritances (virtual inheritance)?
Why is standard template library used?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
write a program in c++ to implement stack using functions in header file stack.h
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is c++ in english?
When can I use a forward declaration?