Object construction plays an important role in defining creational policies. In this course, you will evaluate the detailed and comparative benefits of using object construction and behavioral patterns to simplify logic.
Learning Objectives
Object Construction and Behavior
- start the course
- recognize the need for various construction policies and apply simplification of logic using behavioral patterns
Creational Patterns
- recognize when to use builder patterns
- recognize when to use factory patterns
Behavior Patterns
- recognize when to use command patterns
- recognize when to use interpreter patterns
- recognize when to use mediator patterns
- recognize when to use null object patterns
- recognize when to use observer patterns
- recognize when to use state patterns
- recognize when to use strategy patterns
- recognize when to use visitor patterns
AntiPatterns
- identify AntiPattern scenarios and when to avoid them
Practice: Design Problems and Solutions
- list a few design challenges and solution by proposing a behavioral pattern to implement