126 A project manager recently rewarded an individual with a promotion that carried with it a very small salary increase but substantially more responsibility. The project manager appears to be appealing to the employee's _____ need.
A. Monetary
B. Physiological
C. Esteem
D. Self-actualization
E. Team-building
第1题:
Cargo on deck,plants and live animals are usually received,handled,carried,kept and discharged at ______.
A.Carrier’s risk
B.Owner’s risk
C.Merchant’s risk
D.Charterer’s risk
第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);}