School System
MediumCreate a Person base class and derive Student and Teacher.
Teacher has subjects taught; Student has enrolled courses.
Add a School class that manages both.
OOP Focus: Multiple inheritance or composition (model the relationships clearly).
Note: This is statement-only in the current Practice version; stdout should be empty.
Loading editor...
Output
Run or submit to see output.