up previous next contents
Next: Objectives Up: Classes and objects Previous: Classes and objects   Contents

Introduction

  • Class - the fundamental unit of programming in Java.
  • Classes contain the attributes and behaviors of the objects you will create.
  • Classes define how an object should be created, how it should be destroyed, and how it should behave during it's existence.


up previous next contents
Next: Objectives Up: Classes and objects Previous: Classes and objects   Contents