I read and need some clarification regarding the latest classes and methods. My understanding is that declaring a class as final prevents the extension of this class. So you need to declare methods in the final class as final? It seems to me that if the class cannot be extended, there is no need to declare final methods.
user1355240
source share