Immutable Classes
User-definable “primitive” type
same reason for primitive types in Java: performance
No inheritance
does not inherit from Object
final
all (non-static) fields are final
Example: complex numbers
Used internally for Point<n>
Previous slide
Next slide
Back to first slide
View graphic version