Jump to content

SOM Glossary

From EDM2
Revision as of 18:21, 6 March 2020 by Ak120 (talk | contribs) (Ak120 moved page Abstract class to SOM Glossary)

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.