What is the difference between loose coupling and tight coupling in the object oriented paradigm?

前端 未结 16 1947
粉色の甜心
粉色の甜心 2020-11-22 08:03

Can any one describe the exact difference between loose coupling and tight coupling in Object oriented paradigm?

16条回答
  •  孤独总比滥情好
    2020-11-22 08:56

    It's about classes dependency rate to another ones which is so low in loosely coupled and so high in tightly coupled. To be clear in the service orientation architecture, services are loosely coupled to each other against monolithic which classes dependency to each other is on purpose

提交回复
热议问题