Skip to content
#

gang-of-four-design-patterns

Here are 61 public repositories matching this topic...

Lab assigmenets completed in the course Object-oriented Software Development with Design Patterns course code TOUK18, mostly focused on use case and domain model diagram with UML notation. Additionally lab projects in java.

  • Updated Nov 16, 2023
  • Java

The aim of this project is to show case how to create types of classes(which originate from an Interface/Abstract class) and create objects dynamically. Otherwise, without factory method pattern, we have to create objects at compile time which increases coupling but also code harder to extend for future requirements. --

  • Updated Jun 26, 2022
  • Java

Improve this page

Add a description, image, and links to the gang-of-four-design-patterns topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gang-of-four-design-patterns topic, visit your repo's landing page and select "manage topics."

Learn more