Skip to content

Class

class

Memory Allocation

Classes (reference types) are allocated in the heap.

Inheritance

Inheriting superclass - subclass in swift. Better explained on Apple docs

Multiple Inheritance

Via protocol oriented and extensions.

Article