Is Abstract Factory Pattern implemented correctly for given scenario.... ???
- by Amit
First thing... I am novice to pattern world, so correct me if wrong anywhere
Scenario:
There are multiple companies providing multiple products of diff size
so there are 3 entities i.e. Companies, Their Product and size of product
I have implement Abstract Pattern on this i.e. so that I will create instance of
IProductFactory interface to get…