单项选择题
A.#include "" B.#include<> C.#import "" D.#import<>
面向对象的特性不包括()A.封装B.继承C.多态D.构造
单项选择题面向对象的特性不包括()
A.封装 B.继承 C.多态 D.构造
Objective-C的代码文件的后缀为()A..cppB..mC..plD..c
单项选择题Objective-C的代码文件的后缀为()
A..cpp B..m C..pl D..c
使用Objective-C语言输出“This is a Objective-Cprogram.”正确的是()A...
单项选择题使用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.");