show/hide this revision's text 2 deleted 2 characters in body

Hi,

It says in this article that "Making a class final because it is immutable is a good reason to do so". I'm a bit puzzled by this....I understand that immutability is a good thing from the POV of thread-safety and simplicity, but it seems that these concerns are somewhat orthogonal to extensibility. So why is immutability a good reason for making a class final?

Cheers, DonalDon

show/hide this revision's text 1

immutable class should be final?

Hi,

It says in this article that "Making a class final because it is immutable is a good reason to do so". I'm a bit puzzled by this....I understand that immutability is a good thing from the POV of thread-safety and simplicity, but it seems that these concerns are somewhat orthogonal to extensibility. So why is immutability a good reason for making a class final?

Cheers, Donal