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 how to call function in objective-c?
Explain how the class “implementation” is represented in objective-c?
What is gcd objective c?
What does the objective c program fundamentally comprise of?
What is meant by not thread safe?
Mention which class can you use for parsing of xml in iphone?
What is id?
Where is objective c used?
Is objective c, a dynamic language? True/false, explain.
What is enum constant?
List out the methods used in nsurl connection?
What is the purpose of the protocol?