What is single inheritance in objective-c?
Answer / Sunil Pal
Single Inheritance in Objective-C refers to a situation where a class inherits from one superclass. This means the subclass adopts all the properties and methods of its superclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you get closure?
What is a goal and objective?
What are some of the major differences between objective c and swift?
What is .h and .m file in xcode?
Why is objective c better than swift?
Explain what is protocol in objective-c?
What is the difference between category and extension in objective c?
What is an accessor method?
What are the different types of protocols?
What is block variable?
Mention which class can you use for parsing of xml in iphone?
Explain the types of protocol?