Choose the points related to Abstract Factory Pattern

 Posted by Rajnilari2015 on 12/19/2015 | Category: Design Pattern & Practices Interview questions | Views: 2722 | Points: 40
Select from following answers:
  1. It is a creational pattern
  2. It provides Factory interfaces for creating a family of related classes.
  3. It uses composition to delegate responsibility of creating object to another class
  4. Abstract Factory is an class/object used by a client and is solely responsible for creating some products in a family
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response