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 |
Explain the difference between uiwindow and uiview?
What is objective c used for?
Is reference counting garbage collection?
Does objective c have function overloading?
Can we implement dealloc in arc? If yes, what is the need to do that?
Tell us the result when you invoke a particular method on a nil pointer?
Mention which class can you use for parsing of xml in iphone?
What happens with the objects if the array is released?
How declare methods in objective c?
What is a .m file?
How to implement in app purchase in ios objective c?
Is it possible to implement dealloc in arc?