
【名词&注释】
教学管理(teaching management)、字符串(string)、关键字、一对一(one to one)、运算符(operator)
[单选题]如果一个模板声明列出了多个参数,则每个参数之间必须使用逗号隔开,每个参数都必须使用( )关键字来修饰。
A. const
B. static
C. void
D. class
查看答案&解析
举一反三:
[单选题]主/子窗口平常用来显示杏询和多个表中的数据,而这些数据之间的关系是
A. 一对多
B. 多对一
C. 一对一
D. 多对多
[单选题]下列的哪个程序段可能导致错误?
A. String s = "hello"; String t = "good"; String k = s + t;
B. String s = "hello"; String t; t = s[3] + "one";
C. String s = " hello "; String standard = s.toUpperCase( );
D. String s = "hello"; String t = s + "good";
本文链接:https://www.zhukaozhuanjia.com/download/nooek3.html