Multiple choice

Pick the term that relates to polymorphism

  1. Dynamic Binding

  2. Dynamic Allocation

  3. Static Typing

  4. Static Allocation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Polymorphism allows objects to be treated as instances of their parent class, with the specific method implementation determined at runtime through dynamic binding.