Answer Posted / prabhakar
run time type identification
1. dynamic _cast
2.static cast
3.typeid
4.const cast.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
Why is oop useful?
How is polymorphism achieved?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can private class be inherited?
What does I oop mean?
Explain the concepts involved in Object Oriented programming.
How to use CMutex, CSemaphore in VC++ MFC
what is different between oops and c++
Is abstract thinking intelligence?
What is the point of polymorphism?
What is destructor oops?
what is graphics
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?