abstract class

C26193 concept

An abstract class is a class that cannot be instantiated on its own and is designed to be subclassed, often containing abstract methods that must be implemented by its concrete subclasses.

Observed surface forms (3)

Instances (17)