Answer the question
In order to leave comments, you need to log in
OOP. How to properly organize the connection of classes?
In general there are three classes:
Пространство имён ЕГЭ
{
Класс Образовательное_учреждение
{
Строка Название_ОУ;
Число Номер_ОУ;
Коллекция Ученики;
}
Класс Ученик
{
Строка Фамилия, Имя, Отчество;
Символ Пол;
Число Номер_паспорта;
Коллекция Предметы;
}
Класс предмет
{
Строка Название;
Дата Дата_сдачи;
Число Первичный_балл, Итоговый_балл;
}
}
Answer the question
In order to leave comments, you need to log in
The subject class has an abstract method that returns a name. Descendant classes "Mathematics", "Physics", "Informatics" implement them
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question