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

КОМЕНТАРІ • 10

  • @singh.aadarsh
    @singh.aadarsh 3 роки тому +5

    Superb sir. Your video is very helpful.
    Because of your video i m write collage exam.

  • @fishfanaticgokul4758
    @fishfanaticgokul4758 2 роки тому +1

    Its mind blowing sir..... 🔥🔥🔥

  • @Younus21917
    @Younus21917 2 роки тому +1

    Thanks a lot sir
    Appreciate ur hardwork

  • @bhushanmali6018
    @bhushanmali6018 2 роки тому

    Awesome sir, what a energy ...

  • @Infinitesap
    @Infinitesap 9 місяців тому

    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).