What is id in Objective-C ?
Ask by Sunil Singh
Updated 16 Sep 2020
id is a pointer to any Objective-C object .It references to an object that should have a valid pointer.