Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Interface and Abstract Class « Language Basics « Java
Java
Language Basics
Interface and Abstract Class
1.
Holds a sequence of Objects
2.
Initializing interface fields with non-constant initializers
3.
Two ways that a class can implement multiple interfaces
4.
Interface Collision
5.
Multiple interfaces
6.
Interface Usage Example
7.
Implement multiple interfaces
8.
Multi Super Interfaces
9.
This shows that a class implementing an interface need not
10.
Find out whether interfaces are inherited
11.
Abstract classes and methods
12.
Extending an interface with inheritance