Forum Post: Re: Data Validation Approach

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Possibly. There are some challenges with being able to decorate property setters since properties cannot really be overridden unless they're abstract and even then, only once. I really like the simplicity of properties, but the OOABL tugs me towards the Java approach (private variable + Get and Set methods). Blech.

Continue reading...
 
Status
Not open for further replies.
Back
Top