What is super in objective c?
Answer / Avinash Kumar
"Super" in Objective-C refers to the parent class or superclass of a subclass. The "super" keyword can be used to call methods from the superclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is abstract class in objective c?
What is a process and thread?
What are the characteristics of the category?
What type of language is objective c?
Is objective c better than c++?
What is lazy var?
What is single inheritance in objective-c?
How do you write a good objective?
What is a category extension?
How to convert nsnumber to nsstring in objective c?
What is dynamic dispatch method?
What do you mean by dot notation?