What does alloc mean in objective c?
Answer / Tulsi Kumar Chaudhary
"alloc" is a method used in Objective-C to allocate memory for an object. It returns an autoreleased instance of the specified class, which must be retained if you want to keep it around.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is method and function same?
What are benefits of collections views?
Is objective c type safe?
What is a class property?
Explain what is dot notation?
How to initialize nsmutabledictionary in objective c?
What is objective c written in?
What do you mean by dot notation?
Why we use synthesize in objective c?
What is atomic property?
What is the primary use of the category in the objective-c?
When to use nsautoreleasepool??