Quote:
Originally Posted by kermitology
Interfaces also allow you to do multiple inheritance don't they? At least in Java and Objective C you can only have one super class, but you can implement functionality of other classes as interfaces.
|
Hardly. I love me some java but implementing from multiple interfaces is
not multiple inheritance.