Program to show how allocation and deallocation of object memory happens in program by using "retain" and "release" count.
Program to show how allocation and deallocation of object memory happens in program by using "retain" and "release" count.
Program to show use of retain count, which holds the track on allocated and deallocated object.
Program which retains count of object by initializing a object and increment it by using "retain" keyword.