fix: make comments clear and detailed

This commit is contained in:
2026-04-27 08:21:32 +03:30
parent e8aedb8354
commit 22fc28130e
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ public class ElectricCar extends Car implements Chargeable {
// TODO: Override getEnergyType() → return "Electric"
// TODO: Override showDetails()
// Call super.showDetails()
// Print battery capacity and charge level
// TODO: Implement charge(double amount)
// Validate negative