Imagine you are an employee in your company中employee的意思是?
A: 雇员
B: 雇主
C: 经理
A: 雇员
B: 雇主
C: 经理
A
举一反三
- Imagine you are an employee in your company中employee的意思是?
- If you are hired by a company, the boss is your _____and you are an ______ of the company. A: employer employee B: employee employer
- 阅读以下程序,说明Company类和Employee类是 关系。public class Company{ private Employee employee; public Employee getEmployee(){ return employee; } public void setEmployee(Employee employee){ this.employee=employee; } //公司运作 public void run(){ employee.startWorking(); } }
- employee () A: 雇工,雇员 B: 雇主,雇用者 C: 围住,为其 D: 浮现,出现
- Employee 雇主
内容
- 0
下述四个选项的模型图,哪个能正确表示出“一个雇员(Employee)最多有一个经理(Manager),某些经理管理多个雇员,某些经理部管理任何雇员”这样的意思?( )
- 1
Working at a company ‘at will’: A: Means you have no long-term contract; B: Means you can contribute part of your salary (tax-free) to your will (inheritance); C: Is usually to the employee’s advantage; D: None of the above.
- 2
employee A: 拥抱 B: 强调 C: 雇员
- 3
As a new employee, it’s not essential for you to be clear about how many job positions there are in a company .
- 4
设计雇员Employee类,记录雇员的情况,包括姓名、年薪、受雇时间,获得/设置雇员的年薪编写测试类测试Employee类。