【C++程序设计常见面试题】class 和 struct 的区别?(00)

来源:互联网 发布:网络支撑技术 课件 编辑:程序博客网 时间:2024/04/30 06:51

struct 的成员默认是公有的,而类的成员默认是私有的。

0 0
原创粉丝点击