September 22, 1999 | Strong Typing | Slide #8 |
ALGOL, C, Pascal
Attempt to extend type system beyond scalars
array of type
pointer to type (`reference' in ALGOL)
set of type (Pascal only)
record of types (struct in C)
function returning type
Compositions
int *((*pf[17])(int));
Next | Copyright © 1999 M-J. Dominus |