public class Rectangle { int left; int top; int width; int height; public void initialize(int left, int top, int width, int height){ this.left = left; this.top = top; this.width = width; this.height = height; } public void initialize(int left, int top){ this.left = left; this.top = top; width = 0; height = 0; } public void initialize(int left, int top , int width){ this.left = left; this.top = top; this.width = width; height = width; } public void initialize(initialize(int left, int top, int width, int height)){ this.left = left; this.top = top; this.width = width; this.height = height; } public static void main(String[] args) { } }