1
Python编程从入门到实践
1.16.6.3 三、填空
三、填空

1.class 2.(类名、类的属性、类的方法) 3.(stu=Student()) 4.(封装、继承、多态) 5.(__init__)

6.方法重写 7.继承 8.self 9.__或双下划线 10.__或双下划线

11 封装性 12.mainloop或mainloop() 13.__init__或__init__()