Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Design Pattern

Sections

Definitions

  • Tutorial Point

  • geeksforgeeks.org

  • refactoring.guru

Components && Diagrams (UML class || Sequence diagrams).

Components By Guru

1. name:

2. name:


Components By geeksforgeeks

1. name

  • More Details

2. name

What problems can it solve || When to Use || Use Cases

The Design Pattern can be useful in various scenarios, such as:

  • name :
    • Different sorting algorithms can be encapsulated into separate strategies and passed to an object that needs sorting.

geeksforgeeks

  • Multiple Algorithms:
    • When you have multiple algorithms that can be used interchangeably based on different contexts, such as sorting algorithms

refactoring.guru

Examples

Operations with context Example

Source: link Dart Code: link

Summery

Sources

(back to top)