☑Kizspy.me
Cande
+Canoe (driver:String, rate:int)
+getDriver():String
+getRate():int
+setDriver(driver:String):void
+setRate(rate:int):void

setRate(rate:int): void - update rate.
The interface ICanoe below is already compiled and given in byte driver format, thus you can use it
without creating ICanoe.java file.
}
import java.util.List;
public interface ICanoe {
public int f1(List<Canoe> t);
public void f2(List<Canoe> t);
public void f3(List<Canoe> t);
Zoom
Write a class MyCanoe, which implements the interface ICanoe. The class MyCanoe implements
methods f1, f2 and f3 in ICanoe as below (you can add other functions in MyCanoe class):
+ 100%
Close