Snippets tagged “final-class”
1 snippet uses this tag.
- What is the point of "final class" in Java?Java
In Java, a class can be marked as final, which means that it cannot be subclassed. This can be useful in a number of situations:
1 snippet uses this tag.
In Java, a class can be marked as final, which means that it cannot be subclassed. This can be useful in a number of situations: