InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Polymorphism In Objective-c? |
|
Answer» Polymorphism in Objective-C is referred to a CAPABILITY of BASE CLASS POINTER to call the function. Polymorphism in Objective-C is referred to a capability of base class pointer to call the function. |
|