Chapter 1. Class 1 ― Object Oriented Programming in Objective-C

Table of Contents
Objective-C
Encapsulation (motivation)
Messaging (motivation)
Basic Objective-C Terminology
Inheritance
Various Details
Example ― Using Objective-C Classes
Example ― Defining An Objective-C Class
OpenStep Software Kits
Interface Builder
Assignments - Week 1

Objective-C

Objective-C is a language that expands the C programming language by incorporating three object-oriented concepts:

These serve to maximize: