Evaluation:
Published: 09.11.2003.
Language: English
Level: Secondary school
Literature: n/a
References: Not used
  • Summaries, Notes 'Notes on Java Programming', 1.
Extract

Bank Account
A class can be used to create different objects
An object represents something with which we can interact in a program
-Has attributes and behaviors
-Provides a collection of services that we can tell it to perform for us
-The services are defined by methods in a class that defines the object
Inheritance
-one class can be used to derive another
-classes can be organized into in heritance hierarchies

Atlants