SW StudyWalks

Computer Science  /  CS 0375  ·  Atom · ~20 seconds

Polymorphism

Video not yet published
to the StudyWalks catalog
State

Polymorphism means inherited behaviors may perform differently by context — a Dog is an Animal making noise, a Snake is an Animal making noise, and the noises differ.

Show

One "make noise" command in a game menagerie yields a bark here, a hiss there.

Watch for

Same behavior name, context-decided performance — that is the point.

Builds on

Unlocks

  • Nothing yet depends on this.