Tuesday, November 29, 2011

Explain about abstract factory method?

Abstract factory pattern is used to create instances of abstract classes from a matched set of concrete sub classes. This pattern allows a developer to use various complex technologies such as windowing systems with similar characteristics and functionality. It basically creates abstract classes.
Category:Java Patterns Interview Questions

No comments:

Post a Comment