Python: Composition Question What is the core rule behind composition? (Click to reveal answer) Answer Connect smaller objects through references when the domain is about collaboration rather than type substitution. This matters because interviewers look for honest modeling rather than fashionable abstractions. Additional NotesWhat is the core rule behind composition? Track: Python Topic: Domain Modeling Focus: Composition Topics: Composition Domain Modeling Python