相关考题
-
单项选择题
Objective-C的代码文件的后缀为()
A..cpp
B..m
C..pl
D..c -
单项选择题
使用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."); -
单项选择题
在OC中,类的定义包括两部分(声明与实现),其中实现部分是()
A.@import
B.@interface
C.@implementation
D.@protocol
