Does objective c support multiple inheritance?
Answer / Mukesh Dahiya
No, Objective-C does not natively support multiple inheritance. However, it does provide category and extension mechanisms to effectively achieve similar functionality by adding methods or properties to existing classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a .m file in xcode?
What is a category extension?
Tell us the result when you invoke a particular method on a nil pointer?
Is objective c and c the same?
How do you insert a block?
Explain mutable types in objective c programming language?
What is the difference between underscore and self (i.e self.xx and _xx) ?
How to reverse array in objective c?
What is an nsobject?
What is objective writing?
What do you mean by category and when to use it?
How is #import different from #include?