up previous next contents
Next: An extended class Up: Extending Classes Previous: Introduction   Contents

Objectives

  • Upon completion of this section, students will be able to:
  • Extend existing classes.
  • Define the terms subclass, superclass, overloading, and overriding.
  • Define how constructors of subclasses operate.
  • Define the implications of marking a class or method as final.
  • Discuss the considerations of cloning classes.


up previous next contents
Next: An extended class Up: Extending Classes Previous: Introduction   Contents