feat: add showDetails feature to vehicle
This commit is contained in:
@@ -35,4 +35,6 @@ public abstract class Vehicle {
|
||||
" | Energy: " + getEnergyType()
|
||||
);
|
||||
}
|
||||
|
||||
public abstract void showDetails();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user