Interfaces and abstract classes--personal learning

Source: Internet
Author: User

In Java, there is no systematic summary of many similar concepts of interfaces and abstract classes, here is a brief summary:

Interface abstract class

(1) All methods are implicitly abstract and can contain both abstract and non-abstract methods

(2) class enables multiple interfaces to inherit only one abstract class

(3) If the interface is implemented, all methods of the interface must be implemented without an abstract method

(4) All variables are final by default and can contain non-final variables

(5) The member function defaults to public, protected, private

(6) is absolutely abstract, can not be instantiated or instantiated, but if it contains the main method can be called

Interfaces and abstract classes--personal learning

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.