SOM Glossary: Difference between revisions
Appearance
No edit summary |
m Ak120 moved page Abstract class to SOM Glossary |
(No difference)
|
Revision as of 18:21, 6 March 2020
A class that is not designed to be instantiated, but serves as a base class for the definition of subclasses. Regardless of whether an abstract class inherits instance data and methods from parent classes, it will always introduce methods that must be overridden in a subclass, in order to produce a class whose objects are semantically valid.