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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video, we will discuss about the Bridge 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
    Bridge pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently. This type of design pattern comes under structural pattern as this pattern decouples implementation class and abstract class by providing a bridge structure between them.
    Topics covered:
    Introduction to Bridge design pattern
    Problem statement
    Solution provided
    Code Structure
    C# Code example
    Role of Abstraction and Implementation classes
    #designpatterns #cleancode
    ---------------------------------------------------------------------------------------------
    My setup:
    Mic: amzn.to/44HGe1H
    Laptop: amzn.to/3pclzTe
    Keyboard: amzn.to/3B3e3Nn
    Mouse: amzn.to/3VLKB82

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