Logical progression of Object-Orientation

Modules

=>

Modules with high cohesion and low coupling

=>

Data encapsulation

=>

Abstract data types

=>

Information hiding

=>

Objects

=>

Objects with high cohesion and low coupling

Discussion: Explain the logical progression of object-orientation.