JAV07 interface and inheritance of hands-on brain problem solving

Source: Internet
Author: User

hands - on: Write your own code to test the following features: In subclasses, to invoke methods overridden in a parent class, you can use the Super keyword.

1. Source code:

Package work;

Class a{

Public A () {

System.out.println ("Class A.");

}

Public A (String string) {

System.out.println ("Class A.") +string);

}}

Class B extends a{

Public B () {

Super ("string");

System.out.print ("Class B.");

}

}

public class Test01 extends B {

public static void Main (string[] args) {

b b=new B ();

}

}

2. Operation Result:

JAV07 interface and inheritance of hands-on brain problem solving

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.