
public class TechnicalIllustrator extends Employee {

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