摘要:An object' class defines how the object is implemented. The class defines the object's internal state and the inplementation of its operations. In constract, an object's type only refers to its interface----the set of requests to which it can respond.It's important to understand the
阅读全文