1.今天学习了面对对象的设计思想;类;封装
类的创建
1 class Student 2 { 3 public string ID; 4 public string Name; 5 public string Sex; 6 }
2.没有遇到什么大问题;
3.明天继续学习第四章