摘要: 类和结构体 class和struct的区别在于class默认是private的而struct默认是public的 struct 继承自另一个 struct 或 class 时,默认继承方式是 public 继承 class 继承自另一个 class 或 struct 时,默认继承方式是 privat 阅读全文
posted @ 2024-06-13 23:23 万舜 阅读(34) 评论(0) 推荐(0)