Why we use static class?
Ujjval Shukla
Select an image from your device to upload
Static Classes are used in such cases where we need some utility functions and properties. Utility functions are those functions which are very common in some software and everyone in that particular software is making use of those functions. so it does not make sense every time to create an object for such a class which is being used time to time by many programmers.