回答了问题2016-07-28
An interface type specifies a method set called its interface. Avariable of interface type can store a value of any type with a methodset that is any superset of the interface. Such a type is said toimplement the interface. The value of an uniniti...