Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 源代码阅读/23.第二十三题.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

* 1.`分类` 的加载在 `运行时`,`类拓展` 的加载在 `编译时`。

* 2.`分类` 不能给系统的类添加方法。
~~* 2.`分类` 不能给系统的类添加方法。~~
* 3.`类拓展` 只以声明的形式存在,一般存在 .m 文件中。