Documentation Language: Swift

Property

isAbstract

Whether this class is abstract.

var isAbstract: Bool

Discussion

Abstract classes cannot be instantiated directly and typically define common behaviour for concrete subclasses.