Answer Posted / sanjay makwana, puna
Run time type identification.
through typeid operator we can justify object at run time.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the point of polymorphism?
What are constructors in oop?
Why interface is used?
What is a superclass in oop?
Is data hiding and abstraction same?
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?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is methods in oop?
Whats oop mean?
What are the features of oop?
How do you answer polymorphism?
What is abstract class in oops?
What are two types of polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why do we use inheritance?