Done lab 1-3

This commit is contained in:
xivihwa
2023-04-04 17:40:44 +03:00
parent 399941844f
commit 29e63163a4
48 changed files with 205 additions and 605 deletions

View File

@@ -1,5 +0,0 @@
package encapsulationInheritancePolymorphism.inheritance;
public class Engine {
private int power;
}