Class UnderGrad

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

public class UnderGrad
extends Student


Field Summary
 
Fields inherited from class Student
ct
 
Method Summary
 void printCPI()
          Print CPI of undergrad 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 undergrad 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 under 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 undergrad 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 undergrad 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 under grad