About 377 results
Open links in new tab
  1. Factory Method - refactoring.guru

    Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

  2. Factory Method in C# / Design Patterns - refactoring.guru

    Factory Method pattern in C#. Full code example in C# with detailed comments and explanation. Factory method is a creational design pattern which solves the problem of creating product …

  3. Factory Method in Java / Design Patterns - refactoring.guru

    Factory Method pattern in Java. Full code example in Java with detailed comments and explanation. Factory method is a creational design pattern which solves the problem of …

  4. Factory Method in TypeScript / Design Patterns

    Factory Method pattern in TypeScript. Full code example in TypeScript with detailed comments and explanation. Factory method is a creational design pattern which solves the problem of …

  5. Factory Comparison - refactoring.guru

    Factory Method pattern. The Factory Method Defined in GoF book Design Patterns: Elements of Reusable Object-Oriented Software. is a creational design pattern that provides an interface …

  6. Abstract Factory - refactoring.guru

    This example illustrates how the Abstract Factory pattern can be used for creating cross-platform UI elements without coupling the client code to concrete UI classes, while keeping all created …

  7. Abstract Factory in Java / Design Patterns - refactoring.guru

    Abstract Factory pattern in Java. Full code example in Java with detailed comments and explanation. Abstract Factory is a creational design pattern, which solves the problem of …

  8. Abstract Factory in C++ / Design Patterns - refactoring.guru

    Abstract Factory pattern in C++. Full code example in C++ with detailed comments and explanation. Abstract Factory is a creational design pattern, which solves the problem of …

  9. Abstract Factory in C# / Design Patterns - refactoring.guru

    Abstract Factory pattern in C#. Full code example in C# with detailed comments and explanation. Abstract Factory is a creational design pattern, which solves the problem of creating entire …

  10. Abstract Factory in Python / Design Patterns - refactoring.guru

    Abstract Factory pattern in Python. Full code example in Python with detailed comments and explanation. Abstract Factory is a creational design pattern, which solves the problem of …

Refresh