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 are the three main types of property?
What is a dispatch function?
How to use objective c file in swift?
Explain what is data encapsulation in objective-c?
What are the three subatomic particles?
How do you get closure?
How different is objective c from swift?
Is objective c better than swift?
When should you call dealloc method? Is it possible to implement dealloc in arc?
What is strong and weak in objective c?
What is id type in objective c?
What is a category extension?