2013年8月12日
摘要: Interface 接口An interface defines a protocol of communication between two objects.An interface declaration contains signatures, but no implementations, for a set of methods, and might also contain constant definitions.A class that implements an interface must implement all the methods declared in the 阅读全文
posted @ 2013-08-12 09:43 大哉昆仑 阅读(206) 评论(0) 推荐(0)