Classes are the building blocks of your java application. If these blocks are not strong, your building (i.e. application) is going to face the tough time in future. This essentially means that not so well-written can lead to very difficult situations when the application scope goes up or application faces certain design issues either in […]
The post 5 class design principles [S.O.L.I.D.] in java appeared first on How To Do In Java.