InterviewSolution
Saved Bookmarks
| 1. |
Is there function overloading in Objective-C? |
|
Answer» No. Objective-C does not support overloading, so you will NEED to USE a DIFFERENT METHOD. |
|