What\'s the difference between formal and informal protocols in Objective-C?
Informal Protocol : Category (Implementations are Optional)
Category
Formal Protocol : Extension (Implementations are Optional and required)
Extension