UML Inheritance Diagram for Michael Souther Website
Website
- static String instructor = "Michael Souther"
- static String division = "BPST"
- static String department = " Computer Science"
- static String email = "michael.souther@wilkescc.edu"
- static String phone =  "336-838-6428"
+ reloadWebsite();
+ loadCollegeWebSite();
+ loadWccWebsite();
UML Inheritance Arrows
 ClassWebsite
- String[6]  currentClasses;
+ showClassesListView();

  
 CheckListWebsite
- String[4]  currentCheckLists;
+ showCheckLists();

  
 ScheduleWebsite
- String[11]  currentSchedules;
+ showSchedules();

  
 MapWebsite
- String[4]  currentMaps;
+ showMaps();