View Single Post
  #1  
Old 02-22-2011, 06:13 PM
Java Java is offline
Senior Member
 
Join Date: Jun 2009
Posts: 8,402
Default Help Default Constructor

I'm supposed to write this program using a default constructor but when I compile I got this errors: Exception in thread "main" java.lang.Error: Unresolved compilation problems: The constructor Date1(int, int, int) is undefined The constructor Date1(int, int, int) is undefined at...
__________________
Java
domain name forum
Reply With Quote