Based on other references, link, books etc References:
https://sourcemaking.com/design_patterns
https://www.geeksforgeeks.org/design-patterns-set-1-introduction/ Creational Patterns: Singleton: Use cases
a) One Paint Object to create lot of paintings.
b) One Database connection object to interact with DB Factory: Use Cases
a) If you are developing an application using SQL DB , but in the future need to…