winstonlee.org
Object oriented experiment - Winston Lee
class Shape { // This method will be overridden by its children, even if it's not abstract // and its children have not specified @Override void draw() {