Declaring a class
The header file or interface declares
Class name
It’s superclass
Instance variables
Methods
@interface Obj:SuperClass
{
type Iv1
type Iv2
...
type IvN
}
-(type)aMethod
-anotherMethod: (type) v1;
3
2
1
4
1
2
3
4
Previous slide
Next slide
Back to first slide
View graphic version