/pets

Primary LanguageJava

pets

Introduction to Inheritance Using Pet class as a start point for a Hierarchy:

  • Here we will add class which extend Pet such as Dog.
  • Each of these classes will have an is-a relationwship with Pet.
  • There will also be a class Zoo with a has-a or uses relationship with Pet and any sub-class of Pet.