Question: You want a method with behavior similar to a virtual method--it is meant to be overridden --expect that it does not have a method body. It just has a method signature. What kind of method should you use?

  1. an abstract method
  2. a public internal method
  3. an internal method
  4. a protected internal method

Answer: The correct answer of the above question is Option A:an abstract method