Question: How can you achieve runtime polymorphism in Java?

  1. method overloading
  2. method overrunning
  3. method overriding
  4. method calling

Answer: The correct answer of the above question is Option C:method overriding