NET中类与结构的区别
一.类与结构的示例比较: 结构示例: public struct Person { string Name; int height; int weight public bool ove