單項選擇題下列哪個選項與@synthesize配合使用()

A.@end
B.@interface
C.@implementation
D.@property


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Objective-C中包含一個自定義的頭文件應(yīng)該使用()

A.#include ""
B.#include<>
C.#import ""
D.#import<>

3.單項選擇題Objective-C的代碼文件的后綴為()

A..cpp
B..m
C..pl
D..c

4.單項選擇題使用Objective-C語言輸出“This is a Objective-Cprogram.”正確的是()

A、NSLog(@"%s",This isa Objective-C program.);
B、NSLog(@"%@",This isa Objective-C program.);
C、NSLog(@"This is aObjective-C program.",%@);
D、NSLog(@"This is a Objective-Cprogram.");