Java-OOP

Java-OOP mantığının anlaşılması için bir eğitim sitesinin simülasyonunu yaptığım örnek uygulamadır.
User, Instructor, Student nesnelerini class-inheritance mantığına uygun olarak modellendi. (Class-Inheritance)
UserManager, InstructorManager, StudentManager için sistemde olabilecek operasyonlar tahminleyip modellendi. (Class-Inheritance-Method)