Tigran Ghardashyan’s Reviews > Core Java, Volume 1: Fundamentals > Status Update
Tigran Ghardashyan
is on page 724 of 1008
Ռուսերեն թարգմանությունը թափելու բան ա:
"The compiler doesn’t know the exact type of the setFirst method and therefore can’t call it with an object of type Employee or Object, but only with type Manager or a subtype such as Executive."
"Компилятору точно не известен тип метода setFirst, тем не менее он может вызвать этот метод с любым объектом типа Manager, Employee или Object, но не подтипа Executive."
— Mar 29, 2016 11:35AM
"The compiler doesn’t know the exact type of the setFirst method and therefore can’t call it with an object of type Employee or Object, but only with type Manager or a subtype such as Executive."
"Компилятору точно не известен тип метода setFirst, тем не менее он может вызвать этот метод с любым объектом типа Manager, Employee или Object, но не подтипа Executive."
Like flag

