Reading Time: < 1 minute In my previous article I had explained how to make a class immutable. Taking that as an example, it shows…
Reading Time: 2 minutes Immutable objects are those which, once initialized can not be changed. These kinds of objects are generally used as configuration…