<<< Procedural Programming | Index | >>> |
Keep objects small with minimum data required by their functionality and a minimum number of methods.
Each object should be designed to have specific tasks.
A system should contain many small interacting objects rather than a few large objects.
<<< Procedural Programming | Index | >>> |