Class PostGrad

java.lang.Object
  |
  +--Student
        |
        +--PostGrad

public class PostGrad
extends Student


Field Summary
 
Fields inherited from class Student
ct
 
Method Summary
 void printCPI()
          Print CPI of Post grad student onto console As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
 void printCPI(java.io.PrintStream p)
          Print CPI of Post grad student in a file As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
 void printReport()
          Print report for a particular post grad
 
Methods inherited from class Student
getage, getDOB, getgrade, getname, getroll, getsem, getunits, printDetails, printDetails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printCPI

public void printCPI(java.io.PrintStream p)
Print CPI of Post grad student in a file As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes


printCPI

public void printCPI()
Print CPI of Post grad student onto console As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes


printReport

public void printReport()
Print report for a particular post grad