3.5 Inheritance

This page should be written.

Now, HORB fully supports class inheritance in remote method call and object passing. However, interface inheritance is not supported yet.

See examples/inheritance, examples/inheritance2, examples/inheritance3, and examples/inheritance4 for examples.

Note that the HORBC compiler has -ignoresuper option that ignores superclasses. If you don't want to create a proxy class of a superclass, use this option when you compile a class.