目录前言一、super用法二、super的本质前言 super 是用来解决多重继承问题的,直接用类名调用父类方法在使用单继承的时候没问题
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!