ORM

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

n

Concrete Factory: implements the operations to create concrete product objects  

n

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

n

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

n

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

n

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

n

n

Post a comment

Leave a Comment

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