#design-patterns
Read more stories on Hashnode
Articles with this tag
In application development, creating complex objects can become cumbersome, especially when they have multiple attributes or require specific...
What is an immutable class? Immutable class are the kind of classes who doesn't allow to change the data of their objects once they are created. In...
Definition : If we create a class and then add some logic or feature to that class so that once we create an object of that class it will not allow us...