Answer Posted / Sumit Sharma
"Inheritance" is a concept in object-oriented programming where one class inherits properties and methods from another class. In Objective-C, a subclass can inherit from a superclass by specifying the superclass in the @interface declaration. The subclass can then override or extend the behavior of inherited methods as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category