Python: Factories Question What is the core rule behind factories? (Click to reveal answer) Answer Use class methods when a named construction path explains the domain better than one raw initializer signature. This matters because interviewers like hearing how factory names communicate meaning and hide conversion detail. Additional NotesWhat is the core rule behind factories? Track: Python Topic: Classes and Objects Focus: Factories Topics: Classes and Objects Factories Python