文件名称:Test2
-
所属分类:
- 标签属性:
- 上传时间:2012-09-26
-
文件大小:1.16kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
-Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee class and CommissionEmployee class. Employee class is one of the other three parent class. Employee class contains the name and ID number. In addition, SalariedEmployee class should also include the monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee commission should also include the proportion and total sales. Each class should have an appropriate constructor, data members to set and read methods. Write an application, create objects of these classes, and output information associated with the object. Note that sometimes need to subclass call the parent class constructor and overridden methods, member variables defined as private, for some method overloading.
-Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee class and CommissionEmployee class. Employee class is one of the other three parent class. Employee class contains the name and ID number. In addition, SalariedEmployee class should also include the monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee commission should also include the proportion and total sales. Each class should have an appropriate constructor, data members to set and read methods. Write an application, create objects of these classes, and output information associated with the object. Note that sometimes need to subclass call the parent class constructor and overridden methods, member variables defined as private, for some method overloading.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Test2.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.