迪米特法则(Law of Demeter LoD) –>最少只是原则(Least Knowledge Principle,LKP)

 

一个对象应该对其它的对象有最少的了解

相关文章:

  • 2022-02-04
  • 2021-12-22
  • 2022-01-08
  • 2021-06-09
  • 2021-08-30
  • 2022-02-18
  • 2021-12-31
  • 2021-09-24
猜你喜欢
  • 2021-09-29
  • 2021-11-03
  • 2021-07-01
  • 2021-05-19
  • 2021-09-19
相关资源
相似解决方案