What does the gc () method?
Answer / Rachna Yadav
In Objective-C, there is no built-in `gc()` method for managing memory like in some other programming languages. Instead, objects' memory is managed automatically using ARC (Automatic Reference Counting) or manually using retain and release methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
What are the different types of protocols?
What are the delegate?
Is python static or dynamic?
What is class extension? Why do we require them?
Explain what is protocol in objective-c?
What are the advantages of swift over objective c?
What is an accessor method?
What is an m file?
How do you define a protocol?
Is objective c difficult?
What is difference between c and objective c?