-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1
-
RMIOperate3
说明: RMI通讯,可以远程访问服务器端获取消息,给客户端应用在广域网.(RMI communications, can be remote access server-side access to news, to the client applications in wide area network.)
- 2008-10-13 13:07:01下载
- 积分:1
-
TCP_Java
实现了用Java语言实现TCP协议的传输。(TCP protocol using Java language transmission.)
- 2013-11-09 13:04:50下载
- 积分:1
-
time
这是一个用Java编写的图形时钟程序,现献给大家。希望能带来帮助(This is a prepared using Java graphics clock procedures, is dedicated to everyone. Hope to help)
- 2008-01-10 10:44:10下载
- 积分:1
-
OpenSSLProvider
Open S S L Provider Source Code for Andriod.
- 2013-12-11 13:24:37下载
- 积分:1
-
Java-Bluetooth-API-2
使用Java蓝牙无线通讯技术API概述之二(The use of Java Bluetooth wireless communication technology of the two API Overview)
- 2009-04-08 11:08:13下载
- 积分:1
-
MedleyGame
说明: 用java语言实现拼图功能,要求在eclipse环境下运行(Puzzles with java language features required to run under eclipse)
- 2011-03-18 23:37:50下载
- 积分:1
-
2006_01
Java软件设计,网络工程师,试卷,及其答案,很有用的,大家可以随意下在下来看(Java software design, network engineers, papers, and their answers, very useful, we can freely under the next term)
- 2012-11-05 08:54:00下载
- 积分:1
-
JAVA经典算法40题
说明: java基础习题 是java工程师初期的首选 是必备的习题库.我们每一个Java 都需要掌握这些基础知识(Java basic exercises)
- 2020-06-15 22:50:02下载
- 积分:1
-
json数据存mysql数据库java控制台程序
本文档内容包括:数据库说明,运行环境,配置文件编辑说明,及其运行方法首先,建目录名称为jsonToMysql1、数据库说明如果没有mysql数据库,需要安装,mysql数据库建表语句见目录sql下的sql文件2、运行环境需要java jdk运行环境,如果没有需要安装,并配置。3、配置文件编辑说明数据库链接、ws接口配置连接、定时器时间间隔(分钟)、数据库链接及其用户密码,定时器开关等配置在config/properties文件夹下的datasource.properties文件中4、运行方法所有的安装配置完成后,运行根目录下的run.bat,双击它就行。
- 2021-05-06下载
- 积分:1