Data Structures & Algorithms Lecture Notes

21 September 2010 • Classes and Abstract Data Types


An array's size is not part of its type. That is, array size is ignored when determining if two arrays are type compatible. This property, for example, allows an array variable to reference a type-compatible array of any size.


This page last modified on 24 January 2006.