1
Programming Languages Third Edition
Chapter 11 Abstract Data Types and Modules
Objectives
- Understand the algebraic specification of abstract
data types
- Be familiar with abstract data type mechanisms
and modules
- Understand separate compilation in C, C++
namespaces, and Java packages
- Be familiar with Ada packages
- Be familiar with modules in ML
Programming Languages, Third Edition 2