What is the difference between the Factory and Abstract Factory patterns?

  • None of the above
  • The Factory and Abstract Factory patterns are the same
  • The Factory pattern creates objects of a single class, while the Abstract Factory pattern creates objects of several classes
  • The Factory pattern creates objects of several classes, while the Abstract Factory pattern creates objects of a single class
The Factory pattern creates objects of a single class, while the Abstract Factory pattern creates objects of several classes
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *