Book Image

Objective-C Memory Management Essentials

Book Image

Objective-C Memory Management Essentials

Overview of this book

Table of Contents (18 chapters)
Objective-C Memory Management Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we were able to see objects in detail, how inheritance works and how you can use it to create even more powerful classes. You learned about an object's mutability and immutability, how instance variables and property work, what they are, and how to create them besides allocation, initialization, and custom methods, and how to create your own. In the next chapter, we will cover application data management such as resource optimization, caching, and data saving. So, see you in the next chapter.