User-Defined Types
- All languages have built-in types. OO-languages allow one
to define new types.
- The key idea of a data abstraction is that a
type is characterized by the operations you can perform on
it.
- User-defined types are useful for achieving de-coupling.
José M. Vidal
.
10 of 16