In the following example, insert the type keyword in the inherits clause: class-id myClass2 inherits type myClass3.
class-id myClass1. method-id main static. declare o as object = new myClass2 end method. end class. class-id myClass2 inherits myClass3. *> TYPE missing ... end class. class-id myClass3. ... end class.