Quote:
Originally posted by hrdwareguy
I don't see why you are creating classes.
|
It depends on whether or not you could re-use those classes or not. If you don't plan on making any UI's that manipulate the tables then you probably don't need any classes.
If you're going to build a UI that lets people populate the table, then creating classes can help you clean up your code a lot, especially in the UI.