Is there function overloading in objective-c?
Answer / Satendra Pratap Singh
No, Objective-C does not support function overloading. Each function must have a unique method signature, which includes the function name, return type, and number and types of parameters. However, you can achieve similar functionality by using categories to add new methods to existing classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does it mean to be objective?
How to add custom cell in uitableview in objective c?
How do you write an objective?
What is difference between objective c and swift programming?
How do you define a block?
What is an accessor method?
What are the delegate?
Can I write some c++ function in same .m file?
What is id type in objective c?
How to call methods in objective c?
Explain types of protocol?
Is objective-c is used in window also?