State Street interview question

How do you make an object immutable?

Interview Answer

Anonymous

12 Feb 2020

private fields final fields - constants no setters & constructor only final Class - can't be extend final methods - can’t override