Skip to content

The application is to manage courses for a school. The function including add courses, students, instructors, and other faculty. Students can register for classes, instructors can be assigned to courses. Additionally, users can search for the information of students, courses, and instructors.

Notifications You must be signed in to change notification settings

LinxinJiang/CourseManagementApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course Management Application

The application is to manage courses for a school. The function including add courses, students, instructors, and other faculty. Students can register for classes, instructors can be assigned to courses. Additionally, users can search for the information of students, courses, and instructors.

What I Have Learned

(a) define multiple classes with appropriate data fields (static and instance variables) and methods (static and instance methods) and visibility modifiers
(b) create objects and initialize objects with appropriate constructors
(c) use the objects with reference variables
(d) pass and use objects as method arguments
(e) compile, run, and trace the programs

About

The application is to manage courses for a school. The function including add courses, students, instructors, and other faculty. Students can register for classes, instructors can be assigned to courses. Additionally, users can search for the information of students, courses, and instructors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages