What would you call a class that is never intended to be instantiated in C#?
For example, I put all my class files in a folder called Objects, however, now I want a class that just contains static methods that controls the use of other Objects, but will never be instantiated itself, and I don’t know where to put it in my file structure or what to call it!
Thanks a lot!
You can call that Static class. you can put it in a helper folder and call it either
XxxUtilorXxxHelper.