多項選擇題下面各數據類型中,能夠直接放進NSArray數組的有:()。
A.BOOL
B.NSInteger
C.NSString
D.NSArray
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題可以通過代碼進行寫操作的文件或目錄有()。
A.bundle目錄
B.Documents目錄
C.keychain
D.SQLite
2.多項選擇題下面哪些類中使用到了單例(Singletion)模式?()
A.NSFileManager
B.NSNotificationCenter
C.UIApplication
D.UIDevice
3.多項選擇題在以.mm為拓展名的文件里,可以包含的代碼有哪些?()
A.C
B.Objective-C
C.C++
D.Java
4.多項選擇題下面哪些關鍵字會引起對象的引用計數(retainCount)加一:()。
A.alloc
B.init
C.retain
D.copy
5.多項選擇題下面哪些方法是UITableView的delegate方法:()。
A.-(NSInteger)tableView:(UITableView*)tableView numberOfRowsInSection:(NSInteger)section;
B.-(UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath;
C.-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath;
D.-(void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath;
最新試題