Problem I am studying about design principles and design patterns. I have implemented an Abstract factory pattern as per my […]
Tag: abstract-factory
Abstract factory pattern implemented in Java
Problem I need a code review on my Abstract Factory pattern written in Java. Find the two enums AnimalType.java and […]
Factory pattern for image or shape marker [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Abstract Factory Design Java
Problem I am new to Design Pattern implementation and would like to strongly solidify my knowledge to become as good […]
Mocking objects using abstract factory
Problem For some time I am trying to make a mocking library for C# that mocks objects with just 1 […]
Car store implementation using abstract factory
Problem I’m studying design patterns and I made this car store implementation. Although I’m confident that the idea is right, […]
Abstract Factory Pattern in Java
Problem I reproduced my version of Abstract Factory Pattern in Java. I know it’s redundant but can I get critical […]
Abstract Factory Pattern in Python
Problem I have been reading today about the Abstract Factory Pattern, and tried to make the following implementation. I have […]
Building an email generator using abstract factory pattern
Problem I’m trying to build a customer email generator in java using the abstract factory pattern. I understand how to […]
Implementation of Abstract Factory pattern with different vendors for product
Problem I am studying about design principles and design patterns. I have implemented an Abstract factory pattern as per my […]
- 1
- 2