多项选择题

在以.mm为拓展名的文件里,可以包含的代码有哪些?()

A.C
B.Objective-C
C.C++
D.Java

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

多项选择题
下面哪些关键字会引起对象的引用计数(retainCount)加一:()。

A.alloc
B.init
C.retain
D.copy

多项选择题
下面哪些方法是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;

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