Interface and Abstract Class « Language Basics « Java






1.Holds a sequence of ObjectsHolds 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 ExampleInterface 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 inheritedFind out whether interfaces are inherited
11.Abstract classes and methodsAbstract classes and methods
12.Extending an interface with inheritance