标签:title http ace 堆和栈 意义 方法 post span csdn
https://blog.csdn.net/wallacewang_/article/details/72594977
类方法
当不需要访问实例变量或者不改变实例状态时,可写成类方法。
Objective-C里面既有实例方法也类方法。类方法(Class Method) 有时被称为工厂方法(Factory Method)或者方便方法(Convenience method)。工厂方法的称谓明显和一般意义上的工厂方法不同,从本质上来说,类方法可以独立于对象而执行,所以在其他的语言里面类方法有的时候被称为静态方法。
标签:title http ace 堆和栈 意义 方法 post span csdn
原文地址:https://www.cnblogs.com/dengchaojie/p/8965102.html