abstract
Term side of the Card
Topic: Classes
Unit title: abstract
Categories: Concept, Keyword
Explanation side of the Card
Explanation: The keyword that allows defining the type of class that cannot be instantiated directly but provides a template for derived classes. Created class contains both defined and undefined methods for child classes to implement.