Multiple choice Which of the following statements is false about 'Flyweight' design pattern? There must be an interface to specify the state of the objects. It converts the interface of a class into another interface clients expect. The state of storage must be intrinsic. Not all Flyweight subclasses need to be shared. It uses sharing to support large numbers of fine-grained objects efficiently. Reveal answer Fill a bubble to check yourself B Correct answer Explanation This pattern does not connect the two interfaces.