Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Design Patterns: Creational

Posted By: IrGens
Design Patterns: Creational

Design Patterns: Creational
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 48m | 135 MB
Instructor: Elisabeth Robson

Time-tested solutions to common problems in software engineering never go out of style, especially when software systems last much longer than anticipated. Exploring design patterns as part of an overall software development strategy is more important than ever to create maintainable, flexible designs. This course covers all the core creational patterns from the original design patterns catalog, the Gang of Four collection. Explore how to use these five patterns to create flexible and efficient object-oriented software designs, learn how the patterns and the design principles behind them guide good software design, and discover techniques and ideas to improve your own designs.

Topics include:

Creational patterns
Using the Factory Method pattern to create objects
Encapsulating what varies with Abstract Factory
Creating flexible objects with the Builder pattern
Making objects from objects with the Prototype pattern
Controlling object creation with the Singleton pattern


Design Patterns: Creational