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 |
Is swift faster than objective c?
Is there function overloading in objective-c?
Why swift is better than objective c?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
What is m files document management?
What is a class in objective c?
What are the differences between copy and retain?
Is c and objective c the same?
Is objective c faster than swift?
What’s the contrast between utilizing a delegate and warning?
What is singleton in objective c?
What are the size classes?