Multiple Inheritance
Multiple Inheritance
- Subject: Multiple Inheritance
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Tue, 1 Jan 2002 19:11:40 +0100
I have learned that multiple inheritance in ObjectiveC is not necessary.
I have two classes: MyCell and MyButtonCell. (Subclassed in the obvious
way).
And there are several methods which are identical for both classes.
One - not very elegant - way would be to copy & paste the code for the
identical methods.
But surely there is a better way ?
Gerriet.