成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

java入門第二季--封裝--java中的this

hightopo / 1752人閱讀

java中的this

自動(dòng)生成get和set的方法

右鍵 -> source -> Genenor getter and setter

package com.imooc;

import com.sun.glass.ui.Screen;

public class Telphone {
    
    private float screen;
    private float cpu;
    public void sendMessage() {
        System.out.println("sendmessage");
    }
    
    public float getScreen() {
        return screen;
    }


    public void setScreen(float screen) {
        this.screen = screen;
        this.sendMessage();
    }


    public float getCpu() {
        return cpu;
    }


    public void setCpu(float cpu) {
        this.cpu = cpu;
    }



    

    public Telphone() {
        System.out.println("無參的構(gòu)造方法");
    }

}

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/73140.html

相關(guān)文章

  • java門第二季--封裝--什么是java中的封裝

    封裝 showImg(https://segmentfault.com/img/bVbnAOR?w=1293&h=679); showImg(https://segmentfault.com/img/bVbnAOU?w=1149&h=722); 代碼get,set /javaDemo2/src/com/imooc/Telphone.java package com.imooc; import c...

    wslongchen 評(píng)論0 收藏0
  • java門第二季--封裝--使用包管理java中的

    使用包管理java中的類 showImg(https://segmentfault.com/img/bVbnA8N?w=1125&h=708); showImg(https://segmentfault.com/img/bVbnA8S?w=1074&h=715); showImg(https://segmentfault.com/img/bVbnBbt?w=1136&h=696); 新建包和類 在...

    xeblog 評(píng)論0 收藏0
  • java門第二季--封裝--java中的仿問修飾符

    java中的仿問修飾符 showImg(https://segmentfault.com/img/bVbnBi9?w=967&h=672); showImg(https://segmentfault.com/img/bVbnBje?w=1207&h=650); showImg(https://segmentfault.com/img/bVbnBjg?w=1259&h=652); private s...

    andycall 評(píng)論0 收藏0
  • java門第二季--繼承--Object類

    摘要:類方法代碼類執(zhí)行了重寫方法右鍵類執(zhí)行了兩個(gè)對(duì)象是相等的兩個(gè)對(duì)象是不相等的重寫右鍵年齡狗可以吃東西類執(zhí)行了兩個(gè)對(duì)象是相等的兩個(gè)對(duì)象是不相等的 Object類 showImg(https://segmentfault.com/img/bVbnBZ2?w=1234&h=657); toString()方法 showImg(https://segmentfault.com/img/bVbnBZ...

    molyzzx 評(píng)論0 收藏0
  • java門第二季--多態(tài)--java中的多態(tài)

    摘要:中的多態(tài)引用的多態(tài)父類的引用是可以指向子類對(duì)象報(bào)錯(cuò)方法多態(tài)動(dòng)物具有吃的能力狗具有吃肉的能力狗具有看門的能力父類的引用是可以指向子類對(duì)象報(bào)錯(cuò) java中的多態(tài) showImg(https://segmentfault.com/img/bVbnDYA?w=1138&h=612); showImg(https://segmentfault.com/img/bVbnD6B?w=344&h=17...

    codercao 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

hightopo

|高級(jí)講師

TA的文章

閱讀更多
最新活動(dòng)
閱讀需要支付1元查看
<