Introduction to OOP Chapter 2: Abstraction : next previous audio real text

Modules

Modules basically provide collections of procedures and data with import and export statements

Solves the problem of encapsulation -- but what if your programming task requires two or more stacks?

Intro OOP, Chapter 2, Slide 25