When a class is defined as final it: seenagape 10 years ago When a class is defined as final it: A.Can no longer be extended by other classes. B.Means methods in the class are not over-loadable. C.Cannot be defined as such, final is only applicable to object methods. D.Is no longer iteratable. ← Previous question Next question →