A
Andy B.
In some of my other posts I had (and am still working on) an Address object.
The Address would need to get values from a database in order to help
validate itself. Is it ok to have data access in the class in order to do
this? or should it be in a different spot?
The Address would need to get values from a database in order to help
validate itself. Is it ok to have data access in the class in order to do
this? or should it be in a different spot?