Multiple choice Which of the following is a false statement about 'Prototype' design pattern? It declares an interface for cloning itself. It implements an operation for cloning itself. It defines the abstraction interface. It creates a new object by asking a prototype to clone itself. It uses a prototype instance for each object. Reveal answer Fill a bubble to check yourself C Correct answer Explanation Prototype pattern does not define any abstraction interface. Bridge pattern defines such interface.