Over the past 25 years, the programming world has been focusing on the development paradigm of object-oriented programming (OOP). Most modern development environments and languages implement OOP. Put simply, OOP forms the basis of everything you develop today.
You may be asking yourself why we waited until Chapter 5 to present OOP using Objective-C if it is the primary ...