Design Pattern – Builder

C# CONCEPTSAccording to Gang of Four, a creational pattern “Builder” allows to separate and reuse a specific method to build something.Photo by Andrea Piacquadio from PexelsUse CaseLets us take an example of a Car, and the user wanted to build two models, i.e., SUV and Sedan.Builder design pattern comes in handy in the above use case, … Continue reading Design Pattern – Builder