Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 241 Bytes

20.第二十题.md

File metadata and controls

7 lines (4 loc) · 241 Bytes

分类和类拓展的区别?

  • 1.分类 的加载在 运行时类拓展 的加载在 编译时

  • 2.分类 不能给系统的类添加方法。

  • 3.类拓展 只以声明的形式存在,一般存在 .m 文件中。