Borschevskaya A.A. Lab Work 2 Hard #2

Merged
eegov merged 16 commits from lab2 into lab1 2022-11-07 10:48:13 +04:00
Owner
No description provided.
pgirl1 added 16 commits 2022-11-01 13:53:00 +04:00
pgirl1 requested review from eegov 2022-11-01 13:53:15 +04:00
eegov approved these changes 2022-11-07 10:48:08 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -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[]{
Collaborator

Требовалось создание объекта, а не массива объектов

Требовалось создание объекта, а не массива объектов
eegov merged commit 19e2443e47 into lab1 2022-11-07 10:48:13 +04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pgirl1/PIbd-23_Borschevskaya_A.A._ArmoredCar_Hard#2
No description provided.