Which of the following is true with respect to Flyweight design pattern in PHP?
Correct Answer: instances of a class which are identical are shared in an implementation instead of creating a new instance of that class for every instance.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More PHP MCQ Questions