OOP & Design Patterns - Factory vs Abstract Factory vs Builder - When to Use Each
Consider the Builder pattern code where the Director constructs a house with no parts (empty build). What will
print(house) output after this construction?