Java Design Patterns Question:
Download Questions PDF

Explain about abstract factory method?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

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.

Download Java Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
State some of the elements present in Canonical pattern?Explain the difference between Canonical and GoF form?