Java Design Patterns Question:
Download Job Interview Questions and Answers PDF
Explain about abstract factory method?
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 Question | Next Question |
State some of the elements present in Canonical pattern? | Explain the difference between Canonical and GoF form? |