 |
Article:
 |
 |
Principles, Patterns, and Practices: The Factory Pattern
|
| Subject: |
Query regarding the abstract factory |
| Date: |
2005-07-27 23:30:59 |
| From: |
sauravc_80 |
|
|

|
Hi,
I am afraid that I am not getting the following line clearly:
"The change to the AbstractListFactory class implies that every class that uses AbstractListFactory must be recompiled and redeployed."
If I have a Class A and Class B using class A.
If I make changes to A, then only compiling A should do. We don't need to compile B again.
Can you please confirm?
Regards,
Saurav |
|