The words “so” “ones” can be used as a kind of____()
A. reference
B. ellipsis
C. conjunction
D. substitution
查看答案
Which of the following transitional words can indicate contrast()
A. likewise
B. nevertheless
C. similarly
D. furthermore
根据创业企业规模小、资源有限等特点制定的一种战略,是指()
A. 特许经营战略
B. 特色经营战略
C. 联和经营战略
D. 专一经营战略
If a writer divides his or her own life into several stages, like childhood, adulthood, etc., he is using____ in his or her writing()
A. classification
B. division
C. comparison
D. contrast
以下程序的执行结果是()class Cla{int n = 1;Cla(int n){this.n = n;System.out.print(this.n);}}class Clb extends Cla{int n = 2;Clb(int n) {this.n = n;System.out.print(n);
A. 编译报错
B. 5
C. 52
D. 55