Introduction To OOP
Introduction To OOP
Programming
Design a solution.
Evolution
Software reuse
In procedural programming,
First, one decides how to manipulate the data, then the type of
data structure that is most suitable to facilitate this
manipulation.
In procedural programming
In object-oriented programming
A car,
Library,
A teacher
A book
…
Data + Procedures