Question: How do you make a method in an abstract class overridable?

  1. Make it public
  2. Make it static
  3. Make it private
  4. Make it virtual

Answer: The correct answer of the above question is Option D:Make it virtual