Saturday, 6 November 2010

Programing Techniques and Terminology

A class, an Object, an Array, Types, Values, Variables and concurrency.


A class consists of objects which have similar attributes and behaviours. Attributes are some properties and characteristics of an object and its behaviour is a collection of actions an object knows how to carry out. Two important aspects of an object is its attributes and its behaviour. The only way of getting an object to do something is to send it a message. The object will only respond if it has been programmed to understand the message and will respond with the action.


Types limit the values that a variable can hold or that an expression can produce, limit the operations supported on those values, and determine the meaning of the operations.
A variable is a storage location.

No comments:

Post a Comment