mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-05 22:31:50 +03:00
6 lines
106 B
Java
6 lines
106 B
Java
|
|
package encapsulationInheritancePolymorphism.inheritance;
|
||
|
|
|
||
|
|
public class Engine {
|
||
|
|
private int power;
|
||
|
|
}
|