inherit

  1. Cecil

    Question OOABL, How do I inherit multiple classes?

    I have a selection of independent class objects which all different functionality and I want to create a new class object which inherits one or more of them. How do I do this, I keep ending up at 'interfaces' but I don't think that's what I want. Here is what I'm trying to do: /**...
Top