Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Immutable Object

An object that is a member of a class with a constructor but no mutators; it can be initialized but not changed.Implementation inheritance: The ability of a superclass and a subclass to share identical code for the same method; each class needs to contain only its own unique code. It inherits the rest of the code from its superclass. Implementation: The internal workings of a class; how a class does what it promises to do.

Permanent link Immutable Object - Creation date 2023-02-22


< Immediate Cutover Glossary / Object Oriented Analysis and Design Implementation >