Since your object isn't a handy_method, you should consider simply exporting these things instead. ISA is only valid when you really and truely do have the situation where one object is a more specific example of the parent class. You'll probably want to consider using delegation before considering inheritance.