Does objective c have function overloading?



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

Post New Answer

More Objective-C Interview Questions

What are the three main types of property?

1 Answers  


What is a dispatch function?

1 Answers  


How to use objective c file in swift?

1 Answers  


Explain what is data encapsulation in objective-c?

1 Answers  


What are the three subatomic particles?

1 Answers  


How do you get closure?

1 Answers  


How different is objective c from swift?

1 Answers  


Is objective c better than swift?

1 Answers  


When should you call dealloc method? Is it possible to implement dealloc in arc?

1 Answers  


What is strong and weak in objective c?

1 Answers  


What is id type in objective c?

1 Answers  


What is a category extension?

1 Answers  


Categories