Featured

Structural Design Patterns bangla tutorial | Adapter,Bridge,Composite,Decorator,Facade,Proxy pattern



Published
Design Pattern Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVrtz-riKwgnx6u6U0QvYtVOk

Computer Network Full Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVruBsFfULu9QRDsFfFSg77Cu

Wireless Ad Hoc Network Playlist:https://youtube.com/playlist?list=PLW7fU_8SZVrtgOkfjZFLh_46QvOR6Di5y

Machine Learning full Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVrv3ZsJ-XsPA0RrriR1mlQlA

Management Information System Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVrs0h1gOsZRokHzlYmcShvjp

Algorithm Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVrv12r_JAXHNOGF1av6eqPbS

Data Structure Playlist: https://youtube.com/playlist?list=PLW7fU_8SZVrtXC0wsG7_X4onIDuKvapXH




Structural
These design patterns are about organizing different classes and objects to form larger structures and provide new functionality.

Structural design patterns are Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Private Class Data, and Proxy.

Use Case Of Structural Design Pattern-

1) When 2 interfaces are not compatible with each other and want to establish a relationship between them through an adapter it’s called an adapter design pattern. The adapter pattern converts the interface of a class into another interface or class that the client expects, i.e adapter lets classes work together that could not otherwise because of incompatibility. so in these types of incompatible scenarios, we can go for the adapter pattern.
Category
Management
Be the first to comment