Which of the following are true regarding dynamic method dispatch? i. Dynamic method dispatch is a process in which a call to an overridden method is resolved at runtime rather than at compile time. ii. Dynamic method dispatch is a process in which a call to an overridden method is resolved at compile time rather than at runtime. iii. In Dynamic method dispatch process, a reference variable calls the overridden method of a superclass. iv. In Dynamic method dispatch process, a reference variable calls the overridden method of a subclass.
Reveal answer
Fill a bubble to check yourself