Tsukanova I.V. HardLabWork3 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork03"
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?
LabWork03to Tsukanova I.V. HardLabWork3Зачтено с понижением балла(ов)
@ -0,0 +11,4 @@
Blocks = new ArrayList<>(blocksCount);
}
public int AddWarship(T warship){
Методы должны были быть полиморфные
@ -0,0 +20,4 @@
return -1;
}
public int AddBlock(U block){
Методы должны были быть полиморфные
Pull request closed