博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NSObject 对象的真正架构
阅读量:6446 次
发布时间:2019-06-23

本文共 629 字,大约阅读时间需要 2 分钟。

  hot3.png

NSObject 其实 实现了 NSObject协议,并不像java里的 Object 类一样。此协议定义了如下方法:

Identifying Classes

  •   required method
  •   required method

Identifying and Comparing Objects

  •   required method
  •   required method
  •   required method

Managing Reference Counts

  •   required method
  •   required method
  •   required method
  •   required method

Testing Object Inheritance, Behavior, and Conformance

  •   required method
  •   required method
  •   required method
  •   required method

Describing Objects

  •   required method

Sending Messages

  •   required method
  •   required method
  •   required method

Determining Allocation Zones

  •   required method

Identifying Proxies

  required method

转载于:https://my.oschina.net/xiangtao/blog/66238

你可能感兴趣的文章
ios 之CGRectMake
查看>>
选择排序的算法和优化
查看>>
DataGridView 输入数据验证格式(实例)
查看>>
HDOJ 2151
查看>>
Foundation框架 - 快速创建跨平台的网站页面原型
查看>>
Intel 82599网卡异常挂死原因
查看>>
open-falcon
查看>>
周会会议2018.4.20
查看>>
二叉树的建立与遍历
查看>>
《人月神话》读书笔记1
查看>>
三菱plc输出指示灯不亮怎么办(转载)
查看>>
doc2vec使用说明(一)gensim工具包TaggedLineDocument
查看>>
Mac下利用safari调试 Cordova的WebApp
查看>>
App测试中ios和Android的区别
查看>>
linux下性能分析命令[总结]
查看>>
java.lang.NullPointerException&com.cb.action.LoginAction.execute(LoginAction.java:48)
查看>>
IIS HTTP 500 内部服务器错误 服务器无法加载应用程序 '/LM/W3SVC''/LM/W3SVC' '找不到指定的元数据 【转载】...
查看>>
【转】TextView长按复制实现方法小结
查看>>
移动web两款滑屏框架介绍
查看>>
理解Docker :Docker 网络
查看>>