btrzcinski / apaquarium

A graphical Aquarium of Creatures meant to help high school students learn Java.
https://btrzcinski.github.io/apaquarium/
GNU General Public License v2.0
1 stars 3 forks source link

PaintedCreature is badly encapsulated #8

Open btrzcinski opened 8 years ago

btrzcinski commented 8 years ago

It uses protected members, like width/height, which are final for no real reason. It doesn't serve as a good academic example of class design.