Re: Abstract Factory VS Factory Method
Posted By:
Sanjay_Chittar
Posted On:
Monday, February 14, 2005 02:56 AM
If I can add to the differences.
Abstract factory is a creational pattern for the family of objects.
Whereas the factory method is a way to get one individual member of a family.
Hence Abstract Factory makes use of Factory Methods.