Q19 Single choice Mark for later 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 Cannot be instantiated. Correct answer