Object Oriented Design 11

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=ovzDLPfK_T0



Duration: 15:41
47,176 views
487


Code is Here: http://goo.gl/DPqcr

In this tutorial I finish covering the GRASP patterns. This time talk about Polymorphism, Indirection and Protected Variations. They show how you can create flexibility in your system in different ways by having different classes implement interfaces. I also talk about Pure Fabrication, which shows the importance of separating out code that impedes low coupling.







Tags:
Object Oriented Design
GRASP
GRASP patterns
Polymorphism
Indirection
Protected Variations
Java Interfaces
Pure Fabrication