当前位置:  技术问答>java相关

about "extends inner class",please come in

    来源: 互联网  发布时间:2017-04-23

    本文导语:  class Mate{ class BrotherOfMate{ BrotherOfMate(){ System.out.println("construct BrotherOfMate"); } } Mate(){ System.out.println("construct Mate"); } } public class f9 extends Mate.BrotherOfMate{           //f9 继承,此处该如何写? f9(){ Sys...

class Mate{
class BrotherOfMate{
BrotherOfMate(){
System.out.println("construct BrotherOfMate");
}
}
Mate(){
System.out.println("construct Mate");
}
}
public class f9 extends Mate.BrotherOfMate{
          //f9 继承,此处该如何写?
f9(){
System.out.println("construct f9(I)");
}
public static void main(String[] args){
new f9();
}
class BroterOfI {
         //BrotherOfI 继承,此处该如何写?
BroterOfI(){
System.out.println("construct BrotherOfI");
}
}
}

|
class Mate{
class BrotherOfMate{
BrotherOfMate(){
System.out.println("construct BrotherOfMate");
}
}
Mate(){
System.out.println("construct Mate");
}
}
public class f9 extends Mate.BrotherOfMate{
          //f9 继承,此处该如何写?
f9(Mate m){
m.super();
System.out.println("construct f9(I)");
}
public static void main(String[] args){
Mate m = new Mate();
f9 new_f9 = new f9(m);
f9.BroterOfI bo = new_f9.new BroterOfI(m);
}
class BroterOfI extends Mate.BrotherOfMate{
         //BrotherOfI  继承,此处该如何写?
BroterOfI(Mate m){
m.super();
System.out.println("construct  BrotherOfI");
}
}
}

    
 
 

您可能感兴趣的文章:

  • Come in please! About the kernel.3X
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • about Graphics class?
  • the origin about the Grapics class? SOS
  • java命名空间javax.print类serviceuifactory的类成员方法: about_uirole定义及介绍
  • A question about RPM
  • about chmod command
  • help, about deployment(jb3)
  • about date
  • I got a problem about JTable when Serialized
  • about jdk(12)
  • SCJP模拟题 about modifier
  • about capture packets under linux
  • 技术文章 iis7站长之家
  • !!!急,About RedHat 7.1,我的root密码丢了!!!
  • about vi ?
  • problem:about application
  • a little problem about the command "java"
  • About SCO Openserver and Oracle
  • ABOUT JBUILDER,请教。100’
  • about the http proxy,,help!!!
  • about Jbuilder
  • about the Object.clone() ??
  • A problem about JScrollPane
  • about ping


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3