EMPTY OOPS MESSAGES PROGRAM MESSAGE getA MESSAGE getB MESSAGE getC MESSAGE getD MESSAGE getE MESSAGE getF MESSAGE setA MESSAGE setB MESSAGE setC MESSAGE setD MESSAGE setE MESSAGE setF super Nil var Int A class Definition Level1_Class setA begin colon Method A ! end colon Method getA begin colon Method A @ end colon Method end Definition super Level1_Class var Int B class Definition Level2_Class setB begin colon Method B ! end colon Method getB begin colon Method B @ end colon Method end Definition super Level2_Class var Int C class Definition Level3_Class setC begin colon Method C ! end colon Method getC begin colon Method C @ end colon Method end Definition super Level3_Class var Int D class Definition Level4_Class setD begin colon Method D ! end colon Method getD begin colon Method D @ end colon Method end Definition super Level4_Class var Int E class Definition Level5_Class setE begin colon Method E ! end colon Method getE begin colon Method E @ end colon Method end Definition instance Level5_Class shit 1 setA shit 2 setB shit 3 setC shit 4 setD shit 5 setE shit getA shit . getB shit . getC shit . getD shit . getE shit . END.