What is R T T I ?

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


Please Help Members By Posting Answers For Below Questions

What is polymorphism explain its types?

674


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?

1576


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


What is class and object with example?

583


What is polymorphism used for?

566






How do you explain polymorphism?

586


Explain virtual inheritance?

681


Why do we use oop?

602


What is an advantage of polymorphism?

589


What are the 5 oop principles?

598


What is abstract class in oops?

597


Can you name some types of inheritance?

639


What is encapsulation with example?

576


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

942


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662