Does objective c have function overloading?
Answer / Arpit
Yes, Objective-C does support function overloading. However, it is not exactly the same as in C++ or other languages. In Objective-C, methods with the same name but different parameter lists are considered as overloaded methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is better objective c or swift?
When to use nsautoreleasepool??
How do you insert a block?
What are the advantages of using objective-c?
How to convert nsnumber to nsstring in objective c?
Explain the difference between uiwindow and uiview?
What is difference between datasource and delegate?
What is kvc and kvo?
Is objective c statically typed?
What are benefits of collections views?
What is protocol with example?
What is difference between mutable and immutable?