Answer Posted / hrpynux@gmail.com
Inheritance is a mechanism in which one class acquires the property of another class. For example, a child inherits the traits of his/her parents. With inheritance, we can reuse the fields and methods of the existing class. Hence, inheritance facilitates Reusability and is an important concept of OOPs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the ? In swift?
Which is the framework that is used to construct application’s user interface for ios?
What is a background thread?
What is nsmanagedobjectcontext? What are the different concurrency types? Explain them.
Will iphone 5s get ios 13?
What is the difference between NSArray and NSMutableArray in iOS operating system?
How can we achieve singleton pattern in iOS?
What is abstract class in ios?
What is block in ios swift?
What is the meaning of 'strong'keyword?
Explain about Viewcontroller lifecycle.
Explain what is struct?
Difference between categories and extensions?
What are layer objects in iOS operating system?
How to deal with sqlite database?