Object Oriented Programming

How To Make A Perfect Class In Singleton Design Pattern

If you are working in an object-oriented system, then you must be working with one of the Design Patterns as proposed by the Gang of Four (GoF) in their book, ‘Design Patterns — Elements of Reusable Object-Oriented Software’ in 1994. Singleton design pattern is one such design pattern which we have used in our applications extensively. The Singleton …

How To Make A Perfect Class In Singleton Design Pattern Read More »

Design Patterns That Every Software Developer Must Know

If you have been working in a software company or learning software development, you might have heard about design patterns. Well, design patterns are nothing but trial and error methods that software developers have tried over the years to solve a common set of problems. An ideal definition would be, “Design Patterns are sets of …

Design Patterns That Every Software Developer Must Know Read More »