摘要:
目录 类与结构的实例比较 类与结构的差别 如何选择结构还是类 一.类与结构的示例比较: 结构示例: public struct Person { string Name; int height; int weight public bool overWeight() { //implement something } } 类示例: public class Test... 阅读全文
posted @ 2008-11-15 15:19
melody&bobo
阅读(206)
评论(0)
推荐(0)