SW StudyWalks

Computer Science  /  CS 0374  ·  Atom · ~20 seconds

Inheritance

Video not yet published
to the StudyWalks catalog
State

Inheritance lets objects take on specified attributes from their ancestors — a Dog object inheriting from an Animal parent carries the family's attributes as its own.

Show

A pet-adoption app defines Animal once, and every species arrives already knowing the basics.

Watch for

Ancestry defines what arrives; the child adds the rest.