Does objective c support multiple inheritance?



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

Post New Answer

More Objective-C Interview Questions

Explain the difference between uiwindow and uiview?

1 Answers  


What is objective c used for?

1 Answers  


Is reference counting garbage collection?

1 Answers  


Does objective c have function overloading?

1 Answers  


Can we implement dealloc in arc? If yes, what is the need to do that?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


Mention which class can you use for parsing of xml in iphone?

1 Answers  


What happens with the objects if the array is released?

1 Answers  


How declare methods in objective c?

1 Answers  


What is a .m file?

1 Answers  


How to implement in app purchase in ios objective c?

1 Answers  


Is it possible to implement dealloc in arc?

1 Answers  


Categories