**What will be the output of Calling autorelease twice over an custom object . For iOS classes objects like NSString OS handles it . But what will happen to custom objects ** Example :
Car *car = [[[[Car alloc]init]autorelease]autorelease];
**What will be the output of Calling autorelease twice over an custom object . For iOS classes objects like NSString OS handles it . But what will happen to custom objects ** Example :
Car *car = [[[[Car alloc]init]autorelease]autorelease];
Copyright © 2021 Jogjafile Inc.