Thursday, August 9, 2012

C# to Java: What, no properties???

I have been taking a walk down memory lane with Java, as it has been many years since I touched it.  I was surprised to learn that Java still doesn't have the natural Property notation that I have been accustomed. Java still has getter and setter methods.  The nice thing is that Eclipse helps to generate the methods.

CD

No comments:

Post a Comment