Tag Archives: design patterns

Object Oriented Programming / Week 14

Object Oriented Design This phase translates the outputs of analysis phase (conceptual model and use cases) into technical design of the system and defines the platforms, frameworks, languages and libraries to be used in the implementation stage. In case of … Continue reading

Posted in Object Oriented Programming | Tagged , , , , , | Comments Off on Object Oriented Programming / Week 14

Design Patterns / Week 12

Designing a payroll system Now, that we learned about all 24 design patterns from GoF, let’s exercise them on an example: designing a payroll system for a corporation. There will be different paying schemes, different methods of payment to take … Continue reading

Posted in Design Patterns | Tagged , , | Comments Off on Design Patterns / Week 12