C# Creating A Error Checking Class?
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-18T14:26:35Z
Indexed on
2010/05/18
14:30 UTC
Read the original article
Hit count: 313
Hi StackOverflow,
I'm very new to OOP, and in the program I'm working on, I have an Utilities class that contains some general methods. Should I include my error checking in the Utilities class or should I create a new class just for error checking?
© Stack Overflow or respective owner