Does objective c have multiple inheritance?
Answer / Rajan Kumar Jaiswal
No, Objective-C does not support multiple inheritance. However, it provides a mechanism called categories to allow adding methods to existing classes without subclassing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c support multiple inheritance?
What is protocol in objective-c?
What are objective- c blocks?
What happens with the objects if the array is released?
What is dynamic dispatch method?
What is atomic property?
What do you understand by protocol?
What is the latest version of objective-c?
Why swift is better than objective c?
What are class b properties?
Can you differentiate polymorphism from abstraction?
How to initialize nsmutabledictionary in objective c?