LINUX.ORG.RU

История изменений

Исправление unt1tled, (текущая версия) :

public class Child extends Human {
    Human father1;
    Human father2;
}

Исходная версия unt1tled, :

public class Child extends Human {
    Human father;
    Human mother;
}