
SYS1.LTS
Linux test projects
4 Feb 202531min

DP13. Flyweight
Also known as: Cache 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 keep...
19 Jan 202513min

DP12. Facade
Facade is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes.
14 Jan 202512min

DP11. Decorator
Decorator is a structural design pattern that lets you attach new behaviors to objects by placing these objects inside special wrapper objects that contain the behaviors.
8 Jan 202514min

DP10. Composite
Composite is a structural design pattern that lets you compose objects into tree structures and then work with these structures as if they were individual objects.
5 Jan 202519min

DP9.Bridge
Bridge is a structural design pattern that lets you split a large class or a set of closely related classes into two separate hierarchies—abstraction and implementation—which can be developed independ...
26 Dec 20248min

DP8. Adapter
The adapter, also known as a wrapper, is a structural design pattern that allows objects with incompatible interfaces to collaborate.
25 Dec 202418min



















