employer cover photo
employer logo
employer logo

Claysol Media Labs

Is this your company?

Claysol Media Labs interview question

What is retain count?

Interview Answers

Anonymous

18 July 2017

What is release?

Anonymous

1 June 2018

Retain count is count of an object which determines how long will this object occupies the memory. If retain count reaches to zero; it is deallocated from the memory.

1