java.lang.ObjectCourse
public class Course
Constructor Summary | |
---|---|
Course(java.lang.String pcode,
java.lang.String pname,
java.lang.String institute)
|
Method Summary | |
---|---|
void |
addStudent(People.Student pst)
|
void |
printCourse()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Course(java.lang.String pcode, java.lang.String pname, java.lang.String institute)
Method Detail |
---|
public void addStudent(People.Student pst)
public void printCourse()