Subject | English | Russian |
progr. | be passed as arguments to the constructor method of the object | передаваться объекту в аргументах конструктора (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | be passed as arguments to the setter method of the object | передаваться объекту в аргументах метода установки (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | object returned from the superclass's method | объект, возвращаемый методом суперкласса (ssn) |
progr. | object's methods | методы объекта (ssn) |
progr. | pointer to the object returned from the superclass's method | указатель на объект, возвращаемый методом суперкласса (ssn) |