<<< Strengths of Object Paradigm | Index | Procedural Paradigm Summary >>> |
Model, design, and implementation consist of interacting objects.
Objects are autonomous and have their own state and behavior.
Objects encapsulate state and algorithms.
The algorithms are encapsulated in methods.
<<< Strengths of Object Paradigm | Index | Procedural Paradigm Summary >>> |