Small Error in: Constructor Overloading in Java,
March 9, 2009 at 12:04 PM
Under the Example of Constructor Overloading in Java we have the Code "System.out.println(" The area of a rectangle in first constructor is : " + areaInFourthConstructor); " for all the Four Constructors we have the same out put line. If you can Please Correct it :)