up previous next contents
Next: Objectives Up: Interfaces Previous: Interfaces   Contents

Introduction

Interfaces are a way to declare a type consisting only of abstract methods and related constants, classes, and interfaces. An interface in Java is an expression of pure design, whereas a class is a mix of design and implementation.


Next: Objectives Up: Interfaces Previous: Interfaces   Contents