Skip to content

doychannel/CoursesProgramManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courses Program Management

image

Specifications

Build your data structure

➢ Topic information includes Topic code or ID, name, type (long/short term), title, duration, etc. Topic ID is unique.

➢ Course information includes Course code or ID, name, type (online/offline), title, begin date, end date, tuition fee and topic, etc. Course ID is unique.

➢ Learner information includes code or ID, name, date of birth, score, course, etc

➢ Applying OOP principles, design with inheritance, polymorphism, interface or abstract class.

➢ For simplicity, a learner is considered to be taking only one course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages