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 objective c in ios?
What is the difference between weak and unowned?
What is inheritance in objective c?
Is method and function same?
Is objective-c is used in window also?
What is differences between nsnull and nil in objective c?
Is objective c type safe?
What is an objective description?
What is the principle distinction between the function calls and messages?
What is difference between c and objective c?
Are callbacks closures?
Who calls dealloc method?