posts - 15,  comments - 29,  trackbacks - 1
公告
03 2005 档案
类与结构的区别
摘要: 摘自http://www.codeproject.com a struct is implicitly sealed, a class isn't. a struct can't be abstract, a class can. a struct can't call : base() in its constructor whereas a class with no ...阅读全文
posted @ 2005-03-05 02:29 XiaoLin's Blog 阅读(1724) | 评论 (1) 编辑