耦合 Coupling the object-oriented paradigm && data coupling

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了耦合 Coupling the object-oriented paradigm && data coupling相关的知识,希望对你有一定的参考价值。

Computer Science An Overview _J. Glenn Brookshear _11th Edition

两个人一起耕地

one of the benefits of the object-oriented paradigm is that it inherently tends toreduce data coupling between objects to a minimum. This is because the meth-ods  within  an  object  tend  to  include  all  those  procedures  that  manipulate  theobject’s internal data.

 

以上是关于耦合 Coupling the object-oriented paradigm && data coupling的主要内容,如果未能解决你的问题,请参考以下文章

多态性(polymorphism),封装性(encapsulation),内聚(cohesion)以及耦合(coupling)的基本概念

编程心法 之 内聚度和耦合度是什么

哈工大 软件构造课程 复习考点总结(第七章)

耦合_wiki

软件设计之——“高内聚低耦合”

Spring IOC