Inheritance Part II

  1. Contents
  2. The Object Class
  3. Polymorphism
  4. Polymorphism and Dynamic Binding
  5. Abstract Classes
  6. Abstract Methods
  7. Interface
  8. Fields in Interface
  9. Implementing Multiple Interfaces
  10. Polymorphism with Interfaces

The Object Class

Polymorphism

Polymorphism and Dynamic Binding

Abstract Classes

Abstract Methods

Interface

Fields in Interfaces

Implementing Multiple Interfaces

Polymorphism with Interfaces