Monday 22 April 2013

OOAD UML DIAGRAM FOR LAB EXPERIMENT - EXAM REGISTRATION (JAVA CODE)

//Source file: E:\\gooad\\exp 3\\database.java


public class database
{
   private int id;
   private int name;
   private int phoneNumber;
   private int subject;
 
   /**
    * @roseuid 511DD8BC0173
    */
   public database()
   {
  
   }
 
   /**
    * @roseuid 511DD7FA0036
    */
   public void displayRegistration()
   {
  
   }
 
   /**
    * @roseuid 511DD803034C
    */
   public void displaySubject()
   {
  
   }
 
   /**
    * @roseuid 511DD80A0205
    */
   public void update()
   {
  
   }
}





//Source file: E:\\gooad\\exp 3\\examDatabase.java


public class examDatabase
{
   private int id;
   private int name;
   private int address;
   private int phoneNumber;
   private int subject;
  
   /**
    * @roseuid 511DD8BC00C6
    */
   public examDatabase()
   {
   
   }
  
   /**
    * @roseuid 511DD7B30224
    */
   public void update()
   {
   
   }
  
   /**
    * @roseuid 511DD7B80194
    */
   public void modify()
   {
   
   }
  
   /**
    * @roseuid 511DD7BC0289
    */
   public void select()
   {
   
   }
  
   /**
    * @roseuid 511DD7C0009E
    */
   public void displayId()
   {
   
   }
}


No comments:

Don't You Think this Awesome Post should be shared ??
| OOAD UML DIAGRAM FOR LAB EXPERIMENT - EXAM REGISTRATION (JAVA CODE) |
Back To Top Related Posts Plugin for WordPress, Blogger...