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
+1
View File
@@ -25,6 +25,7 @@ public abstract class Car extends Vehicle implements Serviceable {
// TODO: Override getEnergyType() → return "Unknown"
// TODO: Override showDetails()
// Print brand, model, year, mileage, and number of seats
/*
* Implement Serviceable methods: