iOS Developer Question:

Explain Inheritance?

Tweet Share WhatsApp

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.

Read All 102 iOS Developer Questions
Previous QuestionNext Question
What is the Maximum byte-size for a push notification to Apple Server?Explain Formal Protocols?