What is instancetype?
Answer / Rachit Dixit
In Objective-C, `instancetype` is a special type that represents an instance of a class. It is used by class methods to return the newly created object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between array and nsarray?
Is objective c dynamically typed?
What is the difference between nsdictionary and nsmutabledictionary?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What is polymorphism in objective-c?
What are the adavantages of gcd over nsthread?
What is struct in objective c?
Explain the difference between uiwindow and uiview?
Is c and objective c the same?
Can you write setter method for a retain property?
What happens with the objects if the array is released?
Can I use objective c in swift?