Kizspy | Question: 27
(Choose 1 answer)
Which of the following statements about the final keyword and inheritance is true?
A. A final class can have subclasses..
B. A final method cannot be overridden by subclasses.
C. A final variable can be reassigned within a subclass.
D. A final class must have a final method.