12
1
233
一、定義接口 新的關(guān)鍵字:interface 以前寫的類叫實(shí)現(xiàn)類,定義方式:public class Hello{} interface類叫接口類,定義方式:public i...