Hi, Can a class extend two or more classes in Objective-C?
+5
A:
Objective-C does not allow multiple inheritance.
You could use protocols to achieve whatever you are trying.
BennyM
2009-11-09 09:47:10