Cohesion and Decoupling, what do they represent?

前端 未结 5 1867
广开言路
广开言路 2021-01-30 01:28

What are Cohesion and Decoupling? I found information about coupling but not about decoupling.

5条回答
  •  不知归路
    2021-01-30 01:53

    decoupling allows the separation of object interaction from classes and inheritance into distinct layers of abstraction used to polymorphic-ally decouple the encapsulation which is the practice of using re-usable code to prevent discrete code modules from interacting with each other.

提交回复
热议问题