class-vs-interface-inheritance-distinction

Status: IN

Class inheritance defines an object's implementation in terms of another's (code and representation sharing), while interface inheritance (subtyping) describes when an object can be used in place of another.

Source: entries/2026/06/17/gof-oo-chunk-3.md

Depended on by

JSON