淘客熙熙

主题:【原创】JAVA和C#,武当和少林之争! -- Highway

共:💬137 🌺299 🌵10 新:
全看分页树展 · 主题 跟帖
家园 Excerpt from "The Java Programming Language" 4th Edition

An interface is like a class but has only empty declarations of its methods. The designer of the interface declares the methods that must be supported by classes that implement the interface and declares what those methods should do. Here is a Lookup interface for finding a value in a set of values:

interface Lookup {

/** Return the value associated with the name, or

* null if there is no such value */

Object find(String name);

}

delegate是啥就不知道了。

全看分页树展 · 主题 跟帖


有趣有益,互惠互利;开阔视野,博采众长。
虚拟的网络,真实的人。天南地北客,相逢皆朋友

Copyright © cchere 西西河