First page Back Continue Last page Graphics
User Defined Types
We've had user defined types when we defined a structure tag.
So, the next logical step is an Abstract Data Type
ADT restricts the values (data)
ADT restricts the operations (member functions)
Encapsulates the member functions and data.