package com.javarush.task.task11.task1104; //Jesus therefore said to them, "Yet a little while the light is with you. Walk while you have the light, //that darkness doesn't overtake you. He who walks in the darkness doesn't know where he is going. (John 12:35) /* Хороши работнички */ public class Solution { public static void main(String[] args) { } public class Manager extends Employee { } public class Chief extends Employee { } public class Employee { } public class Secretary extends Employee { } }