package com.javarush.task.task11.task1115; //For I spoke not from myself, but the Father who sent me, he gave me a commandment, //what I should say, and what I should speak. (John 12:49) /* От школьника до квалифицированного раба */ public class Solution { public static void main(String[] args) { } public class Schoolboy { } public class Student extends Schoolboy { } public class Worker extends Student { } public class Slave extends Worker { } }