Object-Oriented Terms 面向对象术语

Object-Oriented Terms 面向对象术语


Class  (description/template for an object)
Instance (manifestation of a class)
Message (sent to object to make it act)
Method (sent to object to make it act)
Instance Variable (object-specific storage)
Superclass/Subclass (Inheritance)
Protocol (non-class-specific methods)

你可能感兴趣的:(面向对象,object,Class)