Close: #1 Lab 7
This commit is contained in:
11
lab/lab7/Question9/Flyer.java
Normal file
11
lab/lab7/Question9/Flyer.java
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Author: CHEN Yongyuan (Walter) 1930006025 from OOP(1007)
|
||||
* Date: 2022/04/03
|
||||
* Description: This is the interface of Flyer.
|
||||
*/
|
||||
|
||||
public interface Flyer {
|
||||
public String getName();
|
||||
public boolean canFly();
|
||||
public boolean isDangerous();
|
||||
}
|
||||
Reference in New Issue
Block a user