Flyweight Design Pattern explained in Hindi (हिंदी) with code example C# | Design Patterns Series

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • In this video, we will discuss about the Flyweight design pattern. What is the problem it solves, the code structure of the pattern and code example of using this pattern.
    Recommended readings:
    Clean Architecture: A Craftsman's Guide to Software Structure and Design : amzn.to/3VLJaXc
    Design Patterns: Elements of Reusable Object-Oriented Software: amzn.to/3B4zr4P
    Head First Design Patterns: amzn.to/3B4ZTLJ
    Flyweight is a structural design pattern that lets you fit more objects into the available amount of RAM by sharing common parts of state between multiple objects instead of keeping all of the data in each object.
    Topics covered:
    Introduction to facade design pattern
    Problem statement
    Solution provided
    Code Structure
    C# Code example
    Role of Facade classes
    #designpatterns #cleancode
    ---------------------------------------------------------------------------------------------
    My setup:
    Mic: amzn.to/44HGe1H
    Laptop: amzn.to/3pclzTe
    Keyboard: amzn.to/3B3e3Nn
    Mouse: amzn.to/3VLKB82

Комментарии •