✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
In a standard UML class diagram for a University System, you see a class box for Course. There is a solid line pointing from Course to another class called Professor, with an open arrowhead (>) at the Professor end. During the implementation phase, what is the standard way to translate this specific structural relationship into Java code within the Course class?