تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح The Prototype Pattern Explained and Implemented in Java Creational Design Patterns Geekific ضمن كورس Design Patterns شرح قناة Geekific، الفديو رقم 6 مجانى معتمد اونلاين
Discord Community: https://discord.gg/dK6cB24ATp
GitHub Repository: https://github.com/geekific-official/
If you are trying to copy a certain object in your application, you may come up with several techniques to do that, but trust me when I tell you that the proven and most efficient way to do it is via the Prototype Pattern, which is detailed and implemented in this video.
Timestamps:
00:00 Introduction
00:28 What is the Prototype Pattern?
02:21 Prototype Pattern Class Diagram
03:14 Prototype Pattern Implementation
05:18 Shallow vs Deep Copy
06:16 Prototype Registry
07:11 Recap
07:33 Thanks for Watching!
If you found this video helpful, check other Geekific uploads:
- Introduction to Design Patterns: https://youtu.be/mE3qTp1TEbg
- The Factory Method Pattern Explained and Implemented in Java: https://youtu.be/EdFq_JIThqM
- The Abstract Factory Pattern Explained and Implemented in Java: https://youtu.be/QNpwWkdFvgQ
- The Singleton Pattern Explained and Implemented in Java: https://youtu.be/tSZn4wkBIu8
- Object-Oriented Programming Fundamentals: https://youtu.be/Vfk6sExu8-4
- SOLID Principles and Best Practices: https://youtu.be/HoA6aZPR5K0
#Geekific #DesignPatterns #PrototypePattern #CreationalPatterns