removed stale class
This commit is contained in:
parent
cde09178f6
commit
2012f2bd98
@ -1,13 +0,0 @@
|
||||
// this class describes the relation between a student and a given class
|
||||
// We allow students to be able to enroll in multiple classes with this class
|
||||
public class Enrolled {
|
||||
public int studentID;
|
||||
public String studentName;
|
||||
public int courseID;
|
||||
public int courseTitle;
|
||||
|
||||
Enrolled(int sID, String sName, int cID, String cTitle) {
|
||||
this.studentID = sId;
|
||||
this.studentName
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user