0
Wird überprüft

Can somebody tell me which design pattern(architecture) is used for example library, it looks really good.

Ganesh Jagdale vor 9 Jahren aktualisiert vor 9 Jahren 2
Wird überprüft
I am not sure what it should be called...
http://en.wikipedia.org/wiki/Software_design_pattern
No abstract creational patterns used, I think. It's just a portable library used by all the platform specific example browsers. Depends on reflection to work!
Yes reflection plays key role there, Thanks for your response.