InterviewSolution
Saved Bookmarks
| 1. |
To which type of class, We can apply RTTI?(a) Encapsulation(b) Polymorphic(c) Derived(d) Static |
|
Answer» The correct choice is (b) Polymorphic The explanation: RTTI is available only for classes which are polymorphic, which means they have at least one virtual method. |
|