Wednesday, March 12, 2025

Abstract factory pattern

When single task can be done by multiple groups/family of objects and decision is taken at the runtime.




 

No comments:

Post a Comment

Testing controller

------Controller------------- @RestController @RequestMapping("/items") public class ItemController {     private final ItemServic...