1.

Which of the following are necessary for Run-time Polymorphism? 1.The overridden base method must be virtual, abstract or override. 2.Both the override method and the virtual method must have the same access level modifier. 3.An override dec

A. 1, 2, 5
B. 1, 3
C. 4 only
D. 2, 3, 4
Answer» E.


Discussion

No Comment Found