Object Oriented Design 10
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=9Y2mZger8kE
Code from Video: http://goo.gl/YIxfI
In this tutorial, I cover GRASP, or General Responsibility Assignment Software Patterns. GRASP defines rules you can use to decide which objects should have which responsibilities in your Object design.
Here I cover the following rules: Creator, Expert, Coupling, Controller and High Cohesion. The tutorial includes a presentation, code examples, sequence diagrams and class diagrams to make everything understandable and interesting. The code used is available in the link above
Other Videos By Derek Banas
2013-01-23 | Code Refactoring 8 |
2013-01-21 | Install Eclipse for Java |
2013-01-19 | Code Refactoring 7 |
2013-01-18 | Code Refactoring 6 |
2013-01-16 | Code Refactoring 5 |
2013-01-13 | Code Refactoring 4 |
2013-01-11 | Code Refactoring 3 |
2013-01-10 | Code Refactoring 2 |
2013-01-06 | Code Refactoring |
2013-01-03 | Object Oriented Design 11 |
2012-12-31 | Object Oriented Design 10 |
2012-12-24 | Object Oriented Design 9 |
2012-12-22 | Torchlight II for Mac |
2012-12-21 | Object Oriented Design 8 |
2012-12-19 | Object Oriented Design 7 |
2012-12-17 | Object Oriented Design 6 |
2012-12-14 | Object Oriented Design 5 |
2012-12-10 | Object Oriented Design 4 |
2012-12-08 | Object Oriented Design 3 |
2012-12-04 | Object Oriented Design 2 |
2012-12-03 | Object Oriented Design |
Tags:
Object Oriented Design
OOP
Object Oriented Programming
GRASP
GRASP Tutorial