Home »
MCQs »
Zend Framework MCQs
The ____contains a method for determining whether or not the object may be generated at the specified instance
25. The ____contains a method for determining whether or not the object may be generated at the specified instance.
- Factory method
- AbstractFactoryInterface
- FactoryInterface
Answer: B) AbstractFactoryInterface
Explanation:
The AbstractFactoryInterface contains a method for determining whether or not the object may be generated at the specified instance.