Multiple choice Which of the following is a correct statement about 'Interpreter' design pattern? It represents and interprets the component behaviour. It encapsulates a request as an object. It avoids coupling the sender of a request to its receiver. It defines the creation of a class for which only a single instance can exist. It virtualises storage of entities in a persistent medium. Reveal answer Fill a bubble to check yourself A Correct answer Explanation This pattern defines a representation along with an interpreter that uses the representation to interpret the behaviour of the components of the application.