Answer
Handles object creation logic. Frame the concept in practical terms so you can explain it during interview discussion.
The Factory Method is a part of the Factory Pattern that defines the creation logic for objects. It allows subclasses to alter the type of objects that will be created. For instance, in a shipping system, different subclasses might implement a method to create specific shipping strategies, like 'Standard' or 'Express'.