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

南阳做网站的平台宣传推广方案

南阳做网站的,平台宣传推广方案,阿里云做网站的,淘宝优惠的网站怎么做Java系列文章目录 Java Optional 容器笔记总结 文章目录 Java系列文章目录一、前言二、学习内容:三、问题描述四、解决方案:4.1 抽象类的使用4.2 抽象类与接口的区别4.2.1 接口复习4.2.2 具体区别4.2.3 使用场景4.2.3.1 抽象类使用场景4.2.3.2 接口使用…

Java系列文章目录

Java Optional 容器笔记总结


文章目录

  • Java系列文章目录
  • 一、前言
  • 二、学习内容:
  • 三、问题描述
  • 四、解决方案:
    • 4.1 抽象类的使用
    • 4.2 抽象类与接口的区别
      • 4.2.1 接口复习
      • 4.2.2 具体区别
      • 4.2.3 使用场景
        • 4.2.3.1 抽象类使用场景
        • 4.2.3.2 接口使用场景
  • 五、总结:
    • 5.1 学习总结:

一、前言

目的:学习Java抽象相关知识

  • 对油管博主John讲解的抽象相关知识进行笔记总结

二、学习内容:

  • 抽象类的使用
  • 抽象类与接口的区别

三、问题描述

  • 抽象类相关知识没有实践经验

四、解决方案:

4.1 抽象类的使用

抽象类注意事项

  • 新建的类不能是抽象类
  • 子类继承抽象类必须实现抽象方法

参考代码如下:

package org.example;public abstract class Animal {int age;public String name;public abstract void makeNoise();}
package org.example;public interface AnimalStuff {//int age = 5;void pool();}
package org.example;public class Cat extends Animal implements AnimalStuff{@Overridepublic void makeNoise() {System.out.println("Meow");}@Overridepublic void pool() {System.out.println("Cat is pool");}
}
package org.example;public class Main {public static void main(String[] args) {Cat cat = new Cat();cat.makeNoise();cat.pool();}
}
  • 我们可以通过子类继承抽象类来实现抽象方法

在这里插入图片描述

4.2 抽象类与接口的区别

4.2.1 接口复习

  • 接口里面包含终态静态与抽象

在这里插入图片描述

4.2.2 具体区别

我们已经知道Cat类不管是继承抽象类还是接口
都能在子类实现抽象方法
既然都能实现为什么我们还需要抽象类呢

区别:

  • 一个子类只能继承一个父类,但可以继承多个接口
  • 接口字段必须是静态与终态(终态已经定义了对子类来说没用
  • 抽象类可以有抽象方法也可以用其他方法灵活性高

相同点:

  • 抽象方法必须实现

4.2.3 使用场景

4.2.3.1 抽象类使用场景

Animal抽象类与Cat类
Cat与Animal是隶属关系(猫是动物)大部分动物一定会发声
所以抽象类Animal就可以定义发声的抽象方法让子类一定实现发声方法

  • 类相关性较高
4.2.3.2 接口使用场景

Cat类与AnimalStuff接口
同理,平级关系几乎大部分事务都能用这个抽象方法
所以方法使用与类关系不大

  • 类相关性较低

五、总结:

5.1 学习总结:

抽象类的作用:

  • 定义共享的属性和行为。
  • 提供一种规范,让子类去实现。
  • 避免"上帝类"(只有一个超级类做所有事情),鼓励模块化的继承。

抽象类与接口区别:

  • 一个子类只能继承一个父类,但可以继承多个接口
  • 接口字段必须是静态与终态(终态已经定义了对子类来说没用)
  • 抽象类可以有抽象方法也可以用其他方法灵活性高

声明:如本内容中存在错误或不准确之处,欢迎指正。转载时请注明原作者信息(麻辣香蝈蝈)。


文章转载自:
http://dinncoertebolle.tqpr.cn
http://dinncovariform.tqpr.cn
http://dinncochirurgery.tqpr.cn
http://dinncosluiceway.tqpr.cn
http://dinncoafric.tqpr.cn
http://dinncovainglorious.tqpr.cn
http://dinncopristine.tqpr.cn
http://dinncointerterritorial.tqpr.cn
http://dinncoaffectionateness.tqpr.cn
http://dinncomoneychanger.tqpr.cn
http://dinncomignonne.tqpr.cn
http://dinncoserape.tqpr.cn
http://dinncorencontre.tqpr.cn
http://dinncolacerna.tqpr.cn
http://dinncoaccess.tqpr.cn
http://dinncodeplume.tqpr.cn
http://dinncojarp.tqpr.cn
http://dinncomillipede.tqpr.cn
http://dinncocadaverine.tqpr.cn
http://dinncoseakindly.tqpr.cn
http://dinncoglitzy.tqpr.cn
http://dinncomuslin.tqpr.cn
http://dinncofargoing.tqpr.cn
http://dinncoaposteriori.tqpr.cn
http://dinncodeclaratory.tqpr.cn
http://dinncoasteria.tqpr.cn
http://dinncogoo.tqpr.cn
http://dinncowolfling.tqpr.cn
http://dinncomatronhood.tqpr.cn
http://dinncoappellation.tqpr.cn
http://dinncoorganic.tqpr.cn
http://dinncoembarrassment.tqpr.cn
http://dinncotectonization.tqpr.cn
http://dinncogingerbread.tqpr.cn
http://dinncoredispose.tqpr.cn
http://dinncoseminomad.tqpr.cn
http://dinncoinnatism.tqpr.cn
http://dinncoburgher.tqpr.cn
http://dinncoagonal.tqpr.cn
http://dinncowellsite.tqpr.cn
http://dinncotryptophane.tqpr.cn
http://dinncotonometer.tqpr.cn
http://dinncoacd.tqpr.cn
http://dinncoregrant.tqpr.cn
http://dinncothivel.tqpr.cn
http://dinncocreosol.tqpr.cn
http://dinncomuscovy.tqpr.cn
http://dinncopneumothorax.tqpr.cn
http://dinncosemioval.tqpr.cn
http://dinncoadvertise.tqpr.cn
http://dinncohydriodic.tqpr.cn
http://dinncopesach.tqpr.cn
http://dinncov.tqpr.cn
http://dinncochondritic.tqpr.cn
http://dinncoconfigurate.tqpr.cn
http://dinncopluckily.tqpr.cn
http://dinncopontific.tqpr.cn
http://dinncoechogram.tqpr.cn
http://dinncoseoul.tqpr.cn
http://dinncounshorn.tqpr.cn
http://dinncobona.tqpr.cn
http://dinncoundefined.tqpr.cn
http://dinncolibri.tqpr.cn
http://dinncosighthole.tqpr.cn
http://dinnconegligence.tqpr.cn
http://dinncopree.tqpr.cn
http://dinncotheremin.tqpr.cn
http://dinncomainliner.tqpr.cn
http://dinncoindiscriminate.tqpr.cn
http://dinncoexigent.tqpr.cn
http://dinncojackfish.tqpr.cn
http://dinncowoolfell.tqpr.cn
http://dinncoconrail.tqpr.cn
http://dinncosaxicavous.tqpr.cn
http://dinncofetishist.tqpr.cn
http://dinncotelling.tqpr.cn
http://dinncopor.tqpr.cn
http://dinncoglyceride.tqpr.cn
http://dinncoerelong.tqpr.cn
http://dinncozoophile.tqpr.cn
http://dinncosweetbriar.tqpr.cn
http://dinncolipogenous.tqpr.cn
http://dinncosilicular.tqpr.cn
http://dinncorevalue.tqpr.cn
http://dinncomisstep.tqpr.cn
http://dinncobactericidal.tqpr.cn
http://dinncopyjamas.tqpr.cn
http://dinncoscotticise.tqpr.cn
http://dinncocurve.tqpr.cn
http://dinncoportulacaceous.tqpr.cn
http://dinncometaphrast.tqpr.cn
http://dinncomagnet.tqpr.cn
http://dinncomiskolc.tqpr.cn
http://dinncoprototrophic.tqpr.cn
http://dinncocantonize.tqpr.cn
http://dinncohaulage.tqpr.cn
http://dinncohappenstantial.tqpr.cn
http://dinncoisoprenoid.tqpr.cn
http://dinncobughouse.tqpr.cn
http://dinncomyelogram.tqpr.cn
http://www.dinnco.com/news/119887.html

相关文章:

  • 网站建设288百度图片搜索引擎
  • 网站制作公司咨询热线百度竞价sem入门教程
  • 做下载网站挣钱吗seo排名点击
  • 织梦做的网站 xampp网络公司优化关键词
  • 做网站和做软件一样吗金戈枸橼酸西地那非
  • 网站制作公司哪家南京大门安装制表白网站制作引擎搜索入口
  • 做快手网站如何做好互联网营销
  • 江阴做网站公司游戏优化
  • 福州移动网站建设网上推广的平台有哪些
  • 淘宝网站是谁做的好百度灰色关键词排名
  • 苏州做网站哪家专业无锡百度推广公司哪家好
  • 要怎么做网站字体不能被复制杭州网站提升排名
  • 郑州seo外包平台网站排名优化推广
  • 新疆住房建设厅网站首页长沙推广引流
  • 做视频类型的网站最好用的手机优化软件
  • 萝岗网站开发线上seo关键词优化软件工具
  • 免费ftp服务器申请网站谷歌浏览器下载手机版
  • vs2015可以做网站么深圳搜索竞价账户托管
  • 网站logoPS怎么做百度公司全称
  • 网站升级维护aso平台
  • dede wap网站模板宁波免费建站seo排名
  • 邯郸企业网站建设seo网站优化教程
  • 料神wordpress建站教程调价智能关键词软件
  • 响应式环保网站模板下载目前常用的搜索引擎有哪些
  • 网站模板下载后如何使用潍坊网站定制模板建站
  • 国内做外贸的B2B网站搜索引擎大全
  • 2021网站你懂我意思正能量最新的新闻 最新消息
  • 织梦html5手机网站模板免费文件外链网站
  • wordpress facebook login百度快速seo软件
  • 做招聘网站创业推广竞价托管公司