ORM

Abstract Factory: declares an interface for operations that create abstract product objects

Concrete Factory: implements the operations to create concrete product objects  

Abstract Factory: declares an interface for operations that create abstract product objects

Abstract Product: declares an interface for a type of product object 

Concrete Product defines a product object to be created by the corresponding concrete factory

Client: uses only interfaces declared by Abstract Factory and Abstract Product classes

Post a comment

Leave a Comment

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

Scroll to Top