[Swift] Inheritance
Superclass and subclass parent class is super class child class is subclass child class can use all things of parent class single inheritance.
Superclass and subclass parent class is super class child class is subclass child class can use all things of parent class single inheritance.
Extension add property
Closure Closure is independent code block
Property need the initial value. initial value Initialize to init optional variable, constant
Method function in class, struct and enum.