VDict mobile



In object-oriented programming, a unique instance of a data
structure defined according to the template provided by its
class. Each object has its own values for the variables
belonging to its class and can respond to the messages
(methods) defined by its class.