tips.cloneTest
Class RandNum

java.lang.Object
  extended bytips.cloneTest.RandNum

class RandNum
extends java.lang.Object

Object use to demonstrate the overload of clone

This object stores a new randon number each time one is created


Field Summary
 double dRand
          A Random number generated using the Math class
 
Constructor Summary
(package private) RandNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dRand

public double dRand
A Random number generated using the Math class

Constructor Detail

RandNum

RandNum()