Content
class Dog Color color; Size size; void setColor(Color color) this.color color; void setSize (Size size) this.size size; Color getColor () return this.color; Size getSize() return this.size;
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
class Dog Color color; Size size; void setColor(Color color) this.color color; void setSize (Size size) this.size size; Color getColor () return this.color; Size getSize() return this.size;