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?
- an abstract method
- a public internal method
- an internal method
- a protected internal method
Answer: The correct answer of the above question is Option A:an abstract method