多項選擇題M和C之間的交流方式包括()。

A.通知中心
B.委托機制
C.KVO
D.數(shù)據(jù)源(datasource)


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題沙盒下面的文件夾包含哪些?()

A.Documents
B.Library
C.sqlite
D.tmp

2.多項選擇題以下不屬于使用數(shù)據(jù)庫的好處的是()。

A.使界面更加流暢
B.方便數(shù)據(jù)管理和維護
C.節(jié)省流量,提高用戶體驗
D.解決一切數(shù)據(jù)存儲問題的最佳方案

3.多項選擇題NSThread類控制線程暫停的類方法有哪些?()

A.-(BOOL)writeToFile:atomically
B.-(NSString *)descriptionWithLocale
C.-(NSArray *)objectsForKeys:notFoundMarker
D.-(id)objectForKeyedSubscript

4.多項選擇題以下哪些屬于多線程技術?()

A.NSThread
B.NSOperation
C.CoreData
D.GCD

5.單項選擇題查詢數(shù)據(jù)的sql語法正確的是()。

A.select from table film
B.select *from table film
C.select from film
D.select *from film