iOS Developer Question:

Explain Inheritance?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

Inheritance is an Object Oriented Programming concept. It allows to develop a New Class that is reusable and can extend the behavior that is defined in another class.


Previous QuestionNext Question
What is the Maximum byte-size for a push notification to Apple Server?Explain Formal Protocols?