Relative Content

Tag Archive for immutability

When and why would we use immutable pointees?

In Java, the String object is both immutable and also a pointee (aka reference type). I’m sure there are other types/objects which are both immutable and a pointee as well and that this extends further than just Java.