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 |
What is the difference between method and type?
What is a selector objective c?
What is toll-free bridging?
What is parsing? Mention which class can you use for parsing of xml in iphone?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
What is objective c programming used for?
Is objective c deprecated?
When will you use nsarray and nsmutablearray?
How to call a function in objective-c?
What is singleton in objective c?
Does objective c have function overloading?
How do you insert a block?