Creational patterns deal with object creation mechanisms. Singleton ensures only one instance exists, Builder constructs complex objects step-by-step, and Factory Method lets subclasses decide which class to instantiate. The other options list Structural patterns (A), Structural patterns (C), and Behavioral patterns (D).