Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
Answer / Manpreet Singh Siddhu
No, Objective-C does not support function overloading. However, you can achieve similar functionality by using instance methods and class methods for different parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between objective c and swift?
Explain what is the principle distinction between the function calls and messages?
Explain what do you mean by synthesized in objective-c?
Is struct a class?
Why we use synthesize in objective c?
What is ivar objective c?
What are objective- c blocks?
Is swift based on objective c?
What is an m file?
Explain how to call function in objective-c?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What can objective c be used for?