Hello. I am trying to make a web application for something that works as a school. The points are:
The students can become teachers later on. There are only 20 subjects that the teacher should teach. I want to record, which of those subjects can the teacher teach, and for the students, which subjects have they studied, with who, and which other subjects they have to study.
I am new at object oriented programming, so I was trying to do it with classes so I could learn more, but I think Im not doing it correctly. Can somebody explain to me which approach should I take? Thanks!
School Database
Moderator: General Moderators
Re: School Database
Do you have the database set up? Having that makes object-oriented design a bit easier.
(Same could be said for the reverse.)
(Same could be said for the reverse.)
Re: School Database
I made them, but im not sure if they are done the best way