up previous next contents
Next: Objectives Up: Extending Classes Previous: Extending Classes   Contents

Introduction

  • It is easy for one Java class to extend the behavior of another Java class.
  • This capability is usually referred to as polymorphism, which means that an object of a given class can have multiple forms.


up previous next contents
Next: Objectives Up: Extending Classes Previous: Extending Classes   Contents