在OOD时,怎样决定何时使用Class何时使用Structure
C++的话,常见的规则是,POD用struct,否则用class。
■网友
对不起,structure是什么?不要总把简单的问题搞复杂,直接用class就行了。再说一句用structure你知道什么是gettersetter嘛?
■网友
? CONSIDER defining a struct instead of a class if instances of the type are small and commonly short-lived or are commonly embedded in other objects.
X AVOID defining a struct unless the type has all of the following characteristics:
It logically represents a single value, similar to primitive types (int, double, etc.).
It has an instance size under 16 bytes.
It is immutable.
【在OOD时,怎样决定何时使用Class何时使用Structure】 It will not have to be boxed frequently.
搬运自MSDN
■网友
所有函数声明成静态,所有数据放在struct里面,所有class声明成静态当命名空间用。
推荐阅读
- 聪明人养花,这3种“花”怎样也要养一盆,每年能省不少医药费
- 互联网怎样解决“家政服务上门速度慢”的问题
- 怎样看待从1月8号起,QQ钱包开始提现收费
- 银行it人怎样转型
- 汽车|冬天怎样让车内温度快速升高?座椅加热的最佳使用方式二,外循环的作用总结
- 怎样进入通信行业
- 怎样评价扶他柠檬茶的小说《云养汉》的结尾
- 怎样成为一名合格的Python程序员?
- 怎样评价华为、诺基亚、中兴中标中国移动高端路由交换设备扩容集采
- 怎样评价类似前橙会、百老汇、南极圈这样类型的离职帮抱团,对企业的积极意义和消极意义