Writing objects in Objective-C
Each object is defined in terms of it’s interface and implementation
A program or project consists of a collection of object declarations and definitions (*.h and *.m files)
Interface: *.h
@implementation:
Definition of
methods
@interface:
Declaration
of instance
variables
and methods
Implementation: *.m
Previous slide
Next slide
Back to first slide
View graphic version