Structural_Decorator
π οΈ add behavior to object dynamically without modifying their class wrap an object with another object(decorator) β Structure and Diagram π Like in HTML, we decorate text like <...
π οΈ add behavior to object dynamically without modifying their class wrap an object with another object(decorator) β Structure and Diagram π Like in HTML, we decorate text like <...
β Composite pattern π² tree structure Client will not know if it is using composite or leaf can treat the groups of objects or individual objects in same manner ππ» part whole hiera...
β Bridge decouple abstract and implementation bridge can connect abstract and concrete β Structure bridge Abstraction -----> Implementor | | Refine...
ππ» Reusability of existing code can reuse existing code without having to modify it, thanks to a new adapter ππ» OC principle One class does one thing, adapter class does the adapter work ...
β C:/ProgramFiles, c:/ProgramFiles x86 for storing applications if lower than 4GB, x86 β οΈ you cannot delete the files manually β you need to use CCleaner tool : piriform.com/ccleaner ...
β In windows official webpage choose the version 11, 10, 8.1, 7β¦ rename the iso with details π Wwindows1164b22H2 β Choose descargar do not click on update actualizar ahora you will ...
β Abstract Factory similar to factory, but with a focus on the client add client to factory pattern interface creates the related classes instance ππ» can hide which concrete pro...
β create a new instance by copying an existing instance the existing instance has a clone() method the existing instance == new copied instance β‘οΈ false the existing instance.eq...
Loose coupling OC principle default in interface π οΈ When to use factory When you want to create several types of smth with different values give the creation role to a factory π Yo...
π€·π»ββοΈ What would happen if we did not have builder? Imagine we have a trip class attributes such as place, how many nights, how many days, hotel, start dateβ¦ when we create a trip, w...