(Choose 1 answer)
Which of the following statements is INCORRECT?
A. If a class has any abstract methods it must be declared abstract itself.
B. All methods in an abstract class must be declared as abstract
C. When applied to a class, the final modifier means it cannot be sub-classed
D. None of others