Add: a5 close #9
This commit is contained in:
9
assignment5/Question4/Movable.java
Normal file
9
assignment5/Question4/Movable.java
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Author: CHEN Yongyuan (Walter) 1930006025 from OOP(1007)
|
||||
* Date: 2022-04-24
|
||||
* Description: This is a moveable interface.
|
||||
*/
|
||||
|
||||
public interface Movable {
|
||||
public int accelerate(int amount) throws ExceedSpeedLimit, NotEnoughSpeed, TrainSpeedChange;
|
||||
}
|
||||
Reference in New Issue
Block a user