摘要: Abstract Factory patterns work around a super-factory which creates other factories. This factory is also called as factory of factories. This type of 阅读全文
posted @ 2019-07-25 16:08 CodingYM 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Factory pattern is one of the most used design patterns in Java. This type of design pattern comes under creational pattern. Below is the diagram on t 阅读全文
posted @ 2019-07-25 14:05 CodingYM 阅读(348) 评论(0) 推荐(0) 编辑
摘要: This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provi 阅读全文
posted @ 2019-07-25 11:13 CodingYM 阅读(154) 评论(0) 推荐(0) 编辑