A、affective
B、emotional
C、effective
第1题:
5.I have _________him for ten years.
A. been knowing
B. been known
C. known
D. knowing
第2题:
第3题:
第4题:
A. All VLANs except the default VLAN will be removed from all switches.
B. All existing switches will have the students, admin, faculty, Servers, Management,Production, and no-where VLANs.
C. The VLANs Servers, Management, Production, and no-where will replace the VLANs on SwX.
D. The VLANs Servers, Management, Production, and no-where will be removed from existing switches.
第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);}