Home > 类库下载 > java类库 > body text

Java Basics Learning -- Interface

高洛峰
Release: 2016-10-11 16:22:58
Original
1494 people have browsed it

Basic Learning of Java - Interface

Interface is a special class

Interface is a pure abstract class

All member functions are abstract functions;

All member variables are public static final;

Interface is In order to facilitate the calling of classes

If a class wants to implement a certain interface, it must add the implementations interface name


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template