Оценка:
Опубликованно: 09.11.2003.
Язык: Английский
Уровень: Средняя школа
Литературный список: Нет
Ссылки: Не использованы
  • Конспект 'Notes on Java Programming', 1.
Фрагмент работы

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