Problem statement: why do we need design pattern?
- Solution of commonly occurring problem
- how to create a class properly
- how to instantiate an object
- how to interact between object
- how to write loosely coupled code
- how to write reusable code
No comments:
Post a Comment