Difference between Abstract factory and builder?
问题 Sorry for asking again. I have searched over web but couldn't understand hence i have to put here. Here what I research by my self. I studied from head first design pattern. Abstract factory pattern : As per the differences i studied that builder some senses it is a Factory, but it only creates one type, most of the time. So can i say NYStore in above image is builder as it returns pizza object to client? am i correct? Please give your answer on bases of above example which may help me to