10
0
2
875
1
1) struct是值类型,class是引用类型,class可以设为NULL,但struct不可以,因为他是值类型。 2) struct不能被继承,class可以被继承。 3...