 Homogeneous Container
Homogeneous ContainerA homogeneous container is a container which can only contain objects of the same type. Lists in HaskellLanguage, for example, are homogeneous--you can have lists of integers, lists of booleans, lists of characters, etc.... but you cannot have a list whose first element is an integer, whose second element is a character, etc. Arrays in C are also homogeneous. Compare HeterogeneousContainer.
 EditText of this page
(last edited March 29, 2010)
or FindPage with title or text search
 EditText of this page
(last edited March 29, 2010)
or FindPage with title or text search