Alright if thats the case what should the constructor return or should there even be a constructor? Does it make sense to do something like:
Person newPerson = new Person("John", "Hutz", 12, "More info")
And that contructor would actually create a person entry in the database or should at...
Hello all,
I'm creating a wrapper class for entries in a database. I've created all of the properties in my class to match the columns in the database but I am wondering what is the best practice for instantiating one of these objects. The two approaches I'm debating are using either:
[VB]
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.