Tagged Questions
0
votes
5answers
137 views
Class design: allow a class to be used both as an object and also supply public static methods
I have a silly, little class "FileSystemSize" which can be used both as an object and also via public, static methods. The output is similar, but not identical in each case.
The class was intially ...