Skip to content

Details

If you've ever wished you could extend or modify an object oriented module without changing its code, creating a subclass is for you. We'll
show how to add methods to a class, modify method calls on the fly, create a static subclass of a module, and dynamically subclass a single object.

Members are also interested in