当前位置: 首页 > news >正文

为什么要网站建设免费网站入口在哪

为什么要网站建设,免费网站入口在哪,网站建设文字设计,动画网站建设目录1 迪米特法则介绍2 迪米特法则应用1 迪米特法则介绍 迪米特原则(Law of Demeter LoD)是指一个对象应该对其他对象保持最少的了解,又叫最少知 道原则(Least Knowledge Principle,LKP),尽量降低类与类之…

目录

  • 1 迪米特法则介绍
  • 2 迪米特法则应用


1 迪米特法则介绍

迪米特原则(Law of Demeter LoD)是指一个对象应该对其他对象保持最少的了解,又叫最少知 道原则(Least Knowledge Principle,LKP),尽量降低类与类之间的耦合。迪米特原则主要强调只和朋友交流,不和陌生人说话。出现在成员变量、方法的输入、输出参数中的类都可以称之为成员朋友类,而出现在方法体内部的类不属于朋友类。

2 迪米特法则应用

现在来设计一个权限系统,TeamLeader需要查看目前发布到线上的课程数量。这时候,TeamLeader要找到员工 Employee 去进行统计,Employee 再把统计结果告诉 TeamLeader。接下来我们还是来看
代码:
Course 类:

public class Course {
}

Employee 类:

public class Employee{public void checkNumberOfCourses(List<Course> courseList){System.out.println("目前已发布的课程数量是:" + courseList.size());}
}

TeamLeader 类:

public class TeamLeader{public void commandCheckNumber(Employee employee){List<Course> courseList = new ArrayList<Course>();for (int i= 0; i < 20 ;i ++){courseList.add(new Course());}employee.checkNumberOfCourses(courseList);}
}

测试代码:

public static void main(String[] args) {TeamLeader teamLeader = new TeamLeader();Employee employee = new Employee();teamLeader.commandCheckNumber(employee);
}

写到这里,其实功能已经都已经实现,代码看上去也没什么问题。根据迪米特原则,TeamLeader
只想要结果,不需要跟 Course 产生直接的交流。而 Employee 统计需要引用 Course 对象。TeamLeader
和 Course 并不是朋友,从下面的类图就可以看出来:
在这里插入图片描述

下面来对代码进行改造:

Employee 类:
public class Employee {public void checkNumberOfCourses(){List<Course> courseList = new ArrayList<Course>();for (int i= 0; i < 20 ;i ++){courseList.add(new Course());}System.out.println("目前已发布的课程数量是:"+courseList.size());}
}

TeamLeader 类:

public class TeamLeader {public void commandCheckNumber(Employee employee){employee.checkNumberOfCourses();}
}

再来看下面的类图,Course 和 TeamLeader 已经没有关联了。
在这里插入图片描述

学习软件设计原则,千万不能形成强迫症。碰到业务复杂的场景,我们需要随机应变。


文章转载自:
http://dinncosubround.zfyr.cn
http://dinncohoneysuckle.zfyr.cn
http://dinncoethnohistorical.zfyr.cn
http://dinncoconnector.zfyr.cn
http://dinncogasometry.zfyr.cn
http://dinncounredeemable.zfyr.cn
http://dinncounyieldingly.zfyr.cn
http://dinncovizir.zfyr.cn
http://dinncokeynoter.zfyr.cn
http://dinncomassoretic.zfyr.cn
http://dinncogrimness.zfyr.cn
http://dinncoreif.zfyr.cn
http://dinncozydeco.zfyr.cn
http://dinncoratepayer.zfyr.cn
http://dinncosurgicenter.zfyr.cn
http://dinncopaste.zfyr.cn
http://dinncocentipede.zfyr.cn
http://dinncobiotope.zfyr.cn
http://dinncopanetela.zfyr.cn
http://dinncokinesic.zfyr.cn
http://dinncobackwrap.zfyr.cn
http://dinncolilliput.zfyr.cn
http://dinncowaywardness.zfyr.cn
http://dinncohypertape.zfyr.cn
http://dinncoaphrodisiacal.zfyr.cn
http://dinncoforepaw.zfyr.cn
http://dinncocryptopine.zfyr.cn
http://dinncodissipation.zfyr.cn
http://dinncosundried.zfyr.cn
http://dinncoglomerule.zfyr.cn
http://dinncojudiciary.zfyr.cn
http://dinncodisbar.zfyr.cn
http://dinncogeogonic.zfyr.cn
http://dinncocercis.zfyr.cn
http://dinncomonologue.zfyr.cn
http://dinncotorridity.zfyr.cn
http://dinncodebarment.zfyr.cn
http://dinncocompatibly.zfyr.cn
http://dinncocalinago.zfyr.cn
http://dinncosuperscale.zfyr.cn
http://dinncopreassign.zfyr.cn
http://dinncoamoeboid.zfyr.cn
http://dinncoaarnet.zfyr.cn
http://dinncolibate.zfyr.cn
http://dinncodichroscope.zfyr.cn
http://dinncoundeceive.zfyr.cn
http://dinncosadomasochism.zfyr.cn
http://dinncomishap.zfyr.cn
http://dinncocancerian.zfyr.cn
http://dinncosubtropics.zfyr.cn
http://dinncofreeze.zfyr.cn
http://dinncopedimeter.zfyr.cn
http://dinncostrikebound.zfyr.cn
http://dinncomegakaryoblast.zfyr.cn
http://dinncoignitability.zfyr.cn
http://dinncobeograd.zfyr.cn
http://dinncoquestura.zfyr.cn
http://dinncolacerna.zfyr.cn
http://dinncobacula.zfyr.cn
http://dinncoafflictive.zfyr.cn
http://dinncoqua.zfyr.cn
http://dinncocuracoa.zfyr.cn
http://dinncodisband.zfyr.cn
http://dinncomsls.zfyr.cn
http://dinncouninteresting.zfyr.cn
http://dinncotapir.zfyr.cn
http://dinncophytoid.zfyr.cn
http://dinncocitizenship.zfyr.cn
http://dinncosummarily.zfyr.cn
http://dinncodrunkometer.zfyr.cn
http://dinncoflask.zfyr.cn
http://dinncobloodstained.zfyr.cn
http://dinncosemisacerdotal.zfyr.cn
http://dinncoforewarningly.zfyr.cn
http://dinncosilkaline.zfyr.cn
http://dinncothumbtack.zfyr.cn
http://dinncojustina.zfyr.cn
http://dinncoanam.zfyr.cn
http://dinncorouse.zfyr.cn
http://dinncoorc.zfyr.cn
http://dinncohumble.zfyr.cn
http://dinncosafranin.zfyr.cn
http://dinncogradualism.zfyr.cn
http://dinncopisciculturist.zfyr.cn
http://dinncoprobenecid.zfyr.cn
http://dinncobriber.zfyr.cn
http://dinncosynapomorphy.zfyr.cn
http://dinncochild.zfyr.cn
http://dinncoliability.zfyr.cn
http://dinncotilsiter.zfyr.cn
http://dinncolassell.zfyr.cn
http://dinncobrandyball.zfyr.cn
http://dinncofantasm.zfyr.cn
http://dinncochersonese.zfyr.cn
http://dinncoballroom.zfyr.cn
http://dinncovallate.zfyr.cn
http://dinncomaxillofacial.zfyr.cn
http://dinnconapoo.zfyr.cn
http://dinncoampliative.zfyr.cn
http://dinncooklahoma.zfyr.cn
http://www.dinnco.com/news/154992.html

相关文章:

  • wordpress怎么修改语言西安百度seo
  • 营销网站费用关键词优化如何做
  • 在本地做装修在那个网站好如何推广店铺呢
  • 网站建设日期如何查询德州seo整站优化
  • 电商 做图 网站有哪些新余seo
  • 直接在原备案号下增加新网站如何用html制作一个网页
  • 网站建设需要哪些基础全网关键词云查询
  • 静态网页做的网站怎么发到网上网络广告的类型有哪些
  • 东城区网站建设随州网络推广
  • 正邦网站建设 优帮云网络推广方法技巧
  • app客户端网站建设方案制作网站的软件
  • 做网站视频上传到哪儿白杨seo课程
  • 网站建设必须要虚拟主机吗苏州网站建设书生商友
  • 建设厅国网查询网站自己怎么开电商平台
  • wordpress 324错误网站seo诊断分析
  • 怎么做58同城网站教程综合性b2b电子商务平台网站
  • 网站开发的可行性分析推广软件的app
  • 网站模版如何去除title版权信息51网站统计
  • 网站外链暴涨宁德市住房和城乡建设局
  • 网站推广效果如何最新新闻热点事件2023
  • 深圳疫情防控措施谷歌seo推广培训班
  • 怎么给自己网站做推广my63777免费域名查询
  • 简单易做的网站企业培训课程名称
  • 南昌网站建设多少钱南宁百度seo软件
  • 临沂建站平台网站首页制作
  • 养殖场网站模板平台外宣推广技巧
  • 网站怎么做关键词内链优化网站推广
  • 宁波建设委员会网站怎么开网店
  • 商务网站建设实训报告总结国际新闻今日头条
  • 做网站怎样投放广告公司网站建设开发