When using the debugger within Xcode, you see that each object has a isa
variable. For those, like me, curious about what is does.
When you use alloc on a class, you are actually creating space in memory which
is temporary filled, at the bottom of this space you point to another memory
address. Th