Single Responsibility Principle A class should have only one single reason to change which means it should only do one thing. Open Closed Principle A class should be open for…
Programming case types While programming or even in real world naming things is one of the most complex task you can have. Its quite exhauting. Also, if you wan to…