摘要:
They differ in their types. They're all zero, but NULL is a void *, nil is an id, and Nil is a Class pointer. 各种类型的不存在的表示。 理解“不存在”的概念不仅仅是一个哲学的问题,也是一个实 阅读全文
摘要:
In the standard environment, objects are allocated on the heap, and their lifetime is manually managed using a reference count. This is done using two 阅读全文