What is polymorphism in objective-c?
Answer / Ankit Chauhan
Polymorphism in Objective-C refers to the ability of objects to take on multiple forms, which means they can perform a single operation in different ways. This is achieved through method overriding and method overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to call a function in objective-c?
How declare methods in objective c? And how to call them?
What is responder chain?
When will you use nsarray and nsmutablearray?
Who calls dealloc method? Can we implement dealloc in arc?
What is the main difference between function calls and messages?
What is the difference between #import and #include in objective-c?
Can I use objective c in swift?
Does objective-c contain private strategies?
When would you use nsarray and nsmutablearray?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What does __ block do?