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 synthesize objective c?
Does objective c have function overloading?
What happens if you add your just created object to a mutable array, and you release your object?
What is the difference between polymorphism and abstraction?
What is 'protocol' on objective c?
Does objective-c contain private strategies?
What is gcd? What are its advantages over nsthread?
How do I import a swift file into objective c?
What optional binding?
How do you check for leaks?
Is objective c type safe?
How to check array contains value in objective c?