fulltimeemployee.java

来自「里面包含了4个类」· Java 代码 · 共 18 行

JAVA
18
字号
/*
 * FullTimeEmployee.java
 *
 * Created on 2000年9月23日, 下午7:31
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package newpackage.Test;


public class FullTimeEmployee extends Employee{
    public void dealSalary(){
        System.out.println("Now, deal full-time employee's salary");
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?