I'm assuming the definition of alloc goes along the lines of:
Locates and allocates a block of memory for an object
And the definition init goes something like:
Creates an object in the newly allocated memory block
I'm just trying to wrap my head around more regarding memory management and want to make sure that I'm getting this right..
[NSObject alloc]