会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ning静致远
博客园
首页
新随笔
联系
订阅
管理
2016年4月22日
【Objective-C】07-自定义构造方法和description方法
摘要: 在第5讲中已经介绍了如何定义类和创建并初始化对象,比如有Student这个类1.Student.h 1 #import <Foundation/Foundation.h> 2 3 @interface Student : NSObject { 4 int _age; 5 } 6 - (void)se
阅读全文
posted @ 2016-04-22 09:48 火耳888
阅读(351)
评论(0)
推荐(0)
公告