C++程序  |  15行  |  107 B





@interface A
+ (int)method1;
- (int)method2:(int)param;
@end

@interface B : A
@end

@interface C
@end