耦合 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)的基本概念