public section(int ID, string Name, int SectionSize) { id = ID; name = Name; sectionSize = SectionSize; stdlist = new studentsList(); }
public section() { id = -1; name = ""; sectionSize = -1; stdlist = new studentsList(); }