
public class Editor extends Employee {

	private String[] skills = new String[5];
	private int index = 0;
	private boolean paperless = false;
}
