Skip to content

leon554/Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ fishing regulation management system that lets anglers log catches and validates them against species-specific keeping rules. Built to demonstrate practical application of object-oriented design patterns.

Design Patterns

  • FacadeCommunicationFacade provides a unified interface to the creature and angler subsystems, hiding internal coordination from the client.
  • FactorySeaCreatureFactory and SeaCheckerFactory abstract the construction of concrete creature and checker types.
  • BuilderSeaCreatureBuilder constructs SeaCreature objects step-by-step with chained setters.
  • MediatorAnglerEngine and SeaPlusPlusEngine coordinate interactions between subsystem components without coupling them directly.
part3_UML

About

C++ fishing regulation management system implementing Factory, Facade, Mediator and Builder design patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages