Untitled
Anonymous
java
02/06/2024 10:55 AM
112 B
12
Indexable
public interface Car {
void year();
void mileage();
void cost();
}Editor is loading...
Leave a Comment
public interface Car {
void year();
void mileage();
void cost();
}