narasimulu24


{ City } hyderabad
< Country > india
* Profession * sr.s/w eng
User No # 45720
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 15
Users Marked my Answers as Wrong # 6
Questions / { narasimulu24 }
Questions Answers Category Views Company eMail




Answers / { narasimulu24 }

Question { Ness Technologies, 14092 }

What is R T T I ?


Answer

RTTI as known Runtime Type Identification.
If you want to cast the object of one class as the object
of another class so u require to know the type of the
object at the runtime .

Is This Answer Correct ?    4 Yes 1 No

Question { Ness Technologies, 14453 }

Can we have a private virtual method ?


Answer

No we can't have private virtual method

Is This Answer Correct ?    3 Yes 4 No


Question { Softvision Solution, 22443 }

What is multiple inheritance ?


Answer

Multiple Inheritance occurs when a class inherits from more
than one parent.

Is This Answer Correct ?    8 Yes 1 No