com.personal.education
Class Bachelors

java.lang.Object
  extended by com.personal.education.Education
      extended by com.personal.education.Bachelors

public class Bachelors
extends Education


Constructor Summary
Bachelors(java.lang.String branch, double aggregate, java.lang.Boolean status)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bachelors

public Bachelors(java.lang.String branch,
                 double aggregate,
                 java.lang.Boolean status)