Root Class
- Root 클래스라 함은 상속 관계에서 가장 부모 node의 클래스
- super로 메시지를 보낼 수 없다.
-> 당연...
- class object는 root class에 정의된 instance method를 억세스할 수 있다.
(보통은 class 오브젝트는 instance method를 실행할 수 없지만 root class의 경우엔 예외이다. )
- Root 클래스라 함은 상속 관계에서 가장 부모 node의 클래스
- super로 메시지를 보낼 수 없다.
-> 당연...
- class object는 root class에 정의된 instance method를 억세스할 수 있다.
(보통은 class 오브젝트는 instance method를 실행할 수 없지만 root class의 경우엔 예외이다. )
'프로그래밍 > iPhone Dev' 카테고리의 다른 글
[Objective C] Protocol 이용 : 익명의 객체를 위한 Interface를 선언하기 (0) | 2009.11.23 |
---|---|
[Objective C] Protocol (0) | 2009.11.20 |
[Objective C] Category (0) | 2009.11.18 |
[Objective C] 15 NSDictionary (0) | 2009.11.13 |
[Objective C] 14 NSArray (0) | 2009.11.13 |