Click here to Skip to main content
15,884,928 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
A system should have one and only one facade design pattern?
Posted
Updated 11-Feb-13 2:27am
v4

No. There is no such limitation, there is no a single reason for that. Why?
One obvious situation is when a system contains some subsystems in it, with their respective facades, but even the same very system can have more then one facade, why not?

Please see:
http://www.ni.com/white-paper/3702/en[^],
http://en.wikipedia.org/wiki/Subsystem[^],
http://en.wikipedia.org/wiki/Facade_pattern[^].

—SA
 
Share this answer
 
v2
No, It can have more than one

refer the below link

http://msdn.microsoft.com/en-us/library/orm-9780596527730-01-04.aspx[^]
 
Share this answer
 
Comments
Rajasekar169 29-Jan-13 4:25am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900