單項(xiàng)選擇題使用protocol時(shí),聲明一組可選擇實(shí)現(xiàn)與否的函數(shù),需要在聲明的前一行加上:()

A.@required
B.@optional
C.@interface
D.@protocol


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題下面那個(gè)方法不屬于NSObject的內(nèi)?。↖ntrospection)方法()

A.init
B.isKindOfClass
C.responseToSelector
D.isMemberOfClass

2.單項(xiàng)選擇題使用Xcode創(chuàng)建工程時(shí),支持同時(shí)創(chuàng)建的版本管理庫(kù)是()

A.Subversion
B.Mercurial
C.Git
D.Concurrent Versions System

3.單項(xiàng)選擇題Objective-C聲明一個(gè)類所要用到的編譯指令是()

A. @interface SomeClass
B. @protocol SomeClass
C. @implementation SomeClass
D. @autorelease SomeClass

5.單項(xiàng)選擇題多線程中棧與堆是公有的還是私有的()

A.棧公有,堆私有
B.棧公有,堆公有
C.棧私有,堆公有
D.棧私有,堆私有