Communications of the Artifacts of Creative Minds
class ObjectWithEyes { String eyeColor; ObjectWithEyes(String EyeColor) { this.eyeColor = EyeColor; } }