此题为判断题(对,错)。
第1题:
In case of accidents ______ the risk of sinking,all effective measures shall be taken to steer clear of the fairway to avoid ______ the traffic.
A.involving/impeding
B.involved/to impede
C.involving/to impede
D.involved/impeding
第2题:
第3题:
第4题:
第5题:
第6题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}