Borschevskaya A.A. Lab Work 2 Hard #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -27,1 +26,3 @@
this.armoredCar.init(speed, weight, bodyColor);
public DrawingArmoredCar(int speed, float weight, Color bodyColor) {
this.armoredCar = new EntityArmoredCar(speed, weight, bodyColor);
IDrawingCaterpillar[] realisations = new IDrawingCaterpillar[]{
Требовалось создание объекта, а не массива объектов