Vērtējums:
Publicēts: 09.11.2003.
Valoda: Angļu
Līmenis: Vidusskolas
Literatūras saraksts: Nav
Atsauces: Nav
  • Konspekts 'Notes on Java Programming', 1.
Darba fragmentsAizvērt

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