`
thinkingmt
  • 浏览: 24857 次
  • 性别: Icon_minigender_1
  • 来自: 桂林
社区版块
存档分类
最新评论

About“final”

 
阅读更多

final:只用来修饰类及其的成员:变量、方法;final类无法继承、final变量无法修改、final方法

无法重写。

 

举例如下:

public final class FinalTest
{
  final int i=10;  
  public FinalTest(){}
  public final int getNumber()
    {
      i =20;//提示:无法为最终变量i指定值
      return i;
    }    
}
class FinalSub extends FinalTest{}//无法从最终 FinalTest进行继承

class FinalDemo  
{
    final int getNumber()
      {
       return 10;
      }
  }
class FinalDemoSub extends FinalDemo
  {
    int getNumber(){return 20;}//getNumber()无法重写
  }

 

分享到:
评论

相关推荐

    Awesome Articles about New Windows 7 Stuff

    Windows 7 is still very similar to Vista in many ways, so there’s not quite as many articles about completely new Windows 7 features. Here’s the quick list of articles that touch on the new ...

    Mobile Developer Economics 2010 Report+FINAL

    The final appendix covers developer contests and standardization efforts within the mobile industry. Participating in contests can provide developers with exposure, funding, and networking ...

    Microsoft Outlook 2010 Product Guide Final

    messages per month and deletes about 1,500 of them. Even though e-mail is important to you, don’t you wish you could spend less time managing it? Manage your day efficiently with Outlook 2010. From a...

    JTBC网站内容管理系统(PHP) 1.0 Final.gz

    JTBC网站内容管理系统(PHP) 1.0 Final 较上一版更新: 新增: 新增关于我们(aboutus)模块 修复: 修复无法修改出生年的问题 修复站内短信状态图标无效的问题 修复论坛投票中截止时间不显示的问题 修复论坛的...

    JTBC网站内容管理系统 v1.0 Final

    较上一版更新新增:新增产品展示模块新增关于我们(aboutus)模块修复:修复英文操作系统中上传的问题修复当在头尾模板中调用数据后,论坛编辑帖子出错的问题调整:删除关于我们(about)模块对数据库的表名和字段做了...

    vedett-final-PC-psd-20180102.rar

    5. **about-0314.psd**:这是关于页面的设计,通常介绍公司、团队或服务的背景信息。 6. **member-center-my order-0418.psd**:这是会员中心的“我的订单”页面,用户可以查看、追踪和管理他们的购物订单。 7. **...

    JTBCasp网站内容管理系统v1.0Final

    JTBC网站内容管理系统是一套可对现有模块进行扩充与克隆的网站系统核心,采用UTF-8编码,采取 语言-代码-... 较上一版更新 新增: 新增产品展示模块 新增关于我们(aboutus)模块 修复: 修复英文操作系统中上传的问题 修

    JTBC网站内容管理系统PHP版 v1.0 Final.gz

    较上一版更新 新增: 新增关于我们(aboutus)模块 修复: 修复无法修改出生年的问题 修复站内短信状态图标无效的问题 修复论坛投票中截止时间不显示的问题 修复论坛的后台数据处理中选择时间无效的问题 调整: 删除...

    JTBC网站内容管理系统(ASP) v1.0 Final.rar

    新增关于我们(aboutus)模块 修复: 修复英文操作系统中上传的问题 修复当在头尾模板中调用数据后,论坛编辑帖子出错的问题 调整: 删除关于我们(about)模块 对数据库的表名和字段做了规范化调整 对前台HTML...

    vedett-phone -final-psd-20180102.rar

    标题“vedett-phone -final-psd-20180102.rar”表明这是一个包含设计资源的压缩文件,主要用于手机界面设计。日期“20180102”提示这些素材创建于2018年1月2日,可能是一个设计项目的最终版本。由于没有具体的描述,...

    AI_Roadmap_Exec_Summary-FINAL-.pdf

    AI systems can now translate across multiple languages, identify objects in images and video, converse about order placement, and control cars. The ubiquitous deployment of AI systems has not only ...

    Sandboxie_V3.62Final_完美破解版(32位和64位).rar )

    - Run the Sandboxie installer and don't proceed with the instalation of the driver when you see the dialog about it. - Run the patch , press the 'Patch' button. - Now click 'Next' in Sandboxie ...

    解析android中的帮助、about、关于作者、HELP等提示页面

    在android中,经常要用到帮助、about、关于作者等的提示页面。类似这样的页面:这样的页面,我们可以通过AlertDialog对话框来设计。... final View view = getLayoutInflater().inflate(R.layout.about,

    创业俱乐部章程[Final].doc

    1. **俱乐部名称与性质**:俱乐部中文名为“理工大学大学生KAB创业俱乐部”,英文名为“HPU Know About Business Club”。它是由学生自发成立,经校团委批准,接受专业创业讲师指导的非营利性学生社团。俱乐部致力于...

    Final_cinta布兰卡

    例如,可能会有"index.html"作为主页面,其他的如"about.html"、"services.html"等代表不同部分的页面。HTML文件由一系列的元素组成,每个元素用标签表示,如`<html>`、`<head>`、`<body>`等,它们告诉浏览器如何...

    Talking about Android Message Queue

    public static final void main(String[] args) { Looper.prepareMainLooper(); ActivityThread thread = new ActivityThread(); thread.attach(false); Looper.loop(); if (Process.supportsProcesses()) {...

    写字板程序(java)

    this.setSize(800,600);...JMenuItem about = new JMenuItem("关于写字板"); jm.add(open); jm.add(New); jm.add(save); jm.add(saveas); jm.addSeparator(); jm.add(exit); 功能比较完整的写字板

    SAP GUI 760

    SAP Frontend Package 7.60 Compilation 1 ======================================= SAP Frontend Package 7.60 ...Please refer to SAP Note 166130 for further information about SAP Frontend Package strategy.

    Android 日程管理专家 APP源码.rar

     final static int DIALOG_ABOUT=6;//关于对话框  final static int MENU_HELP=1;//菜单帮助  final static int MENU_ABOUT=2;//菜单关于  public static enum WhoCall  {//判断谁调用了dialogSetRange,以...

Global site tag (gtag.js) - Google Analytics