Abstraction and Abstract Data Types
Readings
- Pre-recorded lectures
- Chapter 15 of textbook.
- Class notes on abstraction and abstract data types.
- Source codes used in class.
- Abstract data types
- Programming in SML, Standard ML modules (Chapters 18, 19, 20).
Topics covered
Abstraction.
Abstract data types.
How to use them in C, SML, Python.