Recent posts

[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.

[Swift] Class

Property need the initial value. initial value Initialize to init optional variable, constant