GRASP Design Pattern Expert Lecture 2020 | GRASP in 2 HR | GRASP Design Pattern | RISESHINEKG2PG
Вставка
- Опубліковано 7 лют 2025
- Very useful video for BE Information technology and computer engineering students.
All Nine GRASP patterns/principles are completely explained with good examples and case studies.
This video covers the following concepts
Software Design Process Overview.
Nine General Responsibility Assignment Software Patterns (GRASP) Patterns
Creator
Information Expert
Low Coupling
Controller
High Cohesion
Indirection
Polymorphism
Protected Variations
Pure Fabrication
This video is very useful for BE Information Technology and Computer Science and engineering students.
#GRASP #DesignPattern #RiseandShineEducations #Pattern
Superb sir. Your video is very helpful.
Because of your video i m write collage exam.
Thank you very much for nice words
kindly subscribe
Its mind blowing sir..... 🔥🔥🔥
thank you ....kindly subscribe
Thanks a lot sir
Appreciate ur hardwork
Always welcome
Awesome sir, what a energy ...
Thanks a ton
1. Seems that you are mixing up the terms Aggregation and Composition (ua-cam.com/video/8NtBEb0jeHs/v-deo.html) and beforehand.
In your material you state: "VideoStore has an aggregation association with Video. I.e., VideoStore is the container and the Video is the contained object.", but you create a Composition.
2. Your list of 9 patterns contains more than 9 (incorrect naming).