InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Single Inheritance In Objective-c? |
|
Answer» Objective-c SUBCLASS can only be OBTAINED from a single direct parent class this CONCEPT is known as “single inheritance” . Objective-c subclass can only be obtained from a single direct parent class this concept is known as “single inheritance” . |
|