Class Rectangle

java.lang.Object
  extended by Rectangle

public class Rectangle
extends java.lang.Object

A simple Java program that defines a rectangle data structure and two methods that operate on rectangles.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)