feat: add showDetails feature to vehicle
This commit is contained in:
@@ -30,4 +30,6 @@ public class GasCar extends Car {
|
||||
// TODO: Implement refuel(double amount)
|
||||
// Validate amount
|
||||
// Cap at 100
|
||||
|
||||
// TODO: Override showDetails()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user