国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

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

hightopo / 1745人閱讀

java中的this

自動生成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("無參的構造方法");
    }

}

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/73140.html

相關文章

  • 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 評論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 評論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 評論0 收藏0
  • java門第二季--繼承--Object類

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

    molyzzx 評論0 收藏0
  • java門第二季--多態--java中的多態

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

    codercao 評論0 收藏0

發表評論

0條評論

hightopo

|高級講師

TA的文章

閱讀更多
最新活動
閱讀需要支付1元查看
<