



|
|
My Intro to Object-Oriented Programming
|
Glossary of Terms ( Cognitive and Computational )
Monday October 30 , 2000
|
|
|
Definition
An ARRAY is an object which contains some number of objects of the ' same' type, each of which may be referenced.
The array could contain integers, string values, circles, etc.
|
|