Task 1 Discuss the following questions after reading the passage.1. Why is online shopping becoming more and more popular?2. Do you worry about the security of entering your card details on the Internet?
查看答案
The conditional operator ? : is a ______
A. unary operator
B. binary operator
C. ternary operator
What is x after evaluating x = (2 > 3) ? 2 : 3;
A. 5
B. 4
C. 3
D. 2
关于虚函数的描述中,( )是正确的。
A. 虚函数是一个静态成员函数
B. 虚函数是一个非成员函数
C. 虚函数可以在函数说明时定义,也可以在函数实现时定义
D. 派生类的虚函数与基类中对应的虚函数具有相同的参数个数和类型
下列关于动态联编的描述中,错误的是()。
A. 动态联编是以虚函数为基础
B. 动态联编是在运行时确定所调用的函数代码的
C. 动态联编调用函数操作是指向对象的指针或对象引用
D. 动态联编是在编译时确定操作函数的