单项选择题

下列使用方法中正确的是()。

A.NSURL *url=nil;
B.Class class=Nil;
C.id foo=nil;
D.id foo=NIL;

<上一题 目录 下一题>
热门 试题

单项选择题
iOS10推送Notification增加了哪些新特性()。

A.Notification User Interface
B.Media Attachments
C.Customize user interface
D.Customize Actions

单项选择题
与alloc相反,与retain相反,与alloc配对的分别是:()。

A.dealloc release dealloc
B.dealloc release release
C.dealloc dealloc dealloc
D.release release Release

相关试题
  • NSLock对象实现了NSLockingprotocol。
  • 沙盒机制是一个安全机制。
  • -initWithRequest:delegate为采用同步方...
  • 谓词是指在计算机中表示计算真假值的函数。
  • appendFormat是追加带变量的字符串的方法。