
io.github.oliviercailloux.teachingexamples.CostlyThing Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.teachingexamples;
public interface CostlyThing {
public double pricePerHour();
public double price();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy