Prototype Design Pattern explained in Hindi (हिंदी) with code example C# | Design Patterns Series
Source code: https://github.com/CodeWithRSV/Youtube-Tutorials/tree/main/design-patterns/DemoApp In this video, we will discuss about the Prototype 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 : https://amzn.to/3VLJaXc Design Patterns: Elements of Reusable Object-Oriented Software: https://amzn.to/3B4zr4P Head First Design Patterns: https://amzn.to/3B4ZTLJ Prototype pattern refers to creating duplicate object while keeping performance in mind. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. This pattern involves implementing a prototype interface which tells to create a clone of the current object. Topics covered: Introduction to Prototype design pattern Problem statement Solution provided Code Structure C# Code example Shallow Cloning vs Deep Cloning Role of ICloneable and MemberWiseClone #designpatterns #cleancode --------------------------------------------------------------------------------------------- My setup: Mic: https://amzn.to/44HGe1H Laptop: https://amzn.to/3pclzTe Keyboard: https://amzn.to/3B3e3Nn Mouse: https://amzn.to/3VLKB82
Download
0 formatsNo download links available.