#include "Student.h" Student::Student(int i, string n){ ID=i; name=n; } Student::Student(){} void Student::display(){ cout<<"ID = "<