6.5 Interface



interface这个关键字把抽象的概念又推进了一步.

一个 interface 是说: "This is what all classes that implement this particular interface will look like."


Next Page