Lecture overview -- Keyboard shortcut: 'u'  Previous page: Responsibilities -- Keyboard shortcut: 'p'  Next page: Abstract Datatypes -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Introduction to Object-oriented Programming - slide 9 : 22

Data-centered modularity

Modularity is the property of a computer program that measures the extent to which it has been composed out of separate parts called modules [Wikipedia]

Object-oriented programming is based on data-centered modularity