Relative Content

Tag Archive for final

When should a class be final? [duplicate]

This question already has answers here: Object oriented immutability: final classes or final methods (4 answers) Closed 9 years ago. I’ve only really seen this on Java’s wrapper classes (String, Integer, etc.), but never in open-source projects, and I was never taught about it in any books or classes. I know it means the class […]