Subject | English | Russian |
progr. | A dashed arrowhead line indicates a class that instantiates objects of another class. The arrow points to the class of the instantiated objects | Пунктирная линия со стрелкой обозначает класс, который инстанцирует объекты другого класса. Стрелка направлена в сторону класса инстанцированных объектов (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | class of the instantiated objects | класс инстанцированных объектов (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | individual objects, which are instances of the class, are instantiated as required at execution time | индивидуальные объекты, являющиеся экземплярами класса, создаются при необходимости во время выполнения (ssn) |