Skip to main content

Inheritance

This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.

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.