Question d’entretien chez TASC

How does the retain/release process work in Objective C?

Réponse à la question d'entretien

Utilisateur anonyme

14 sept. 2011

The retain method increases the retain count of an Object, the release method decreases the count. When the count reaches 0, the object is cleared from memory