java-What is the difference between an abstract class and an interface?

Source: Internet
Author: User

Simply put, classes that use the abstract modifier are abstract classes, and abstract classes can contain no abstract methods (methods that are modified by the abstract), and abstract classes can also include methods and member variables in ordinary classes. An ordinary class inheriting an abstract class must implement all the abstract methods in that abstract class, and an abstract class that inherits another abstract class can partially implement or not implement an abstract method of its parent class.

An interface (interface) is an abstraction of behavior, and all methods of an interface must be abstract methods whose variables can only be modified by public static final.

The difference is also as above, while the interface can not contain static code blocks and static methods, abstract classes may be included; Abstract classes are only single inheritance, interfaces can be implemented more

java-What is the difference between an abstract class and an interface?

Related Article

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.