Explain about abstract factory method?

Submitted by: Administrator
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 createsabstract classes.
Submitted by: Administrator

Read Online Java Patterns Job Interview Questions And Answers