LeapYear.h

Go to the documentation of this file.
00001 // File: LeapYear.h
00002 // Year subclass
00003 #include "Year.h"
00004 
00010 class LeapYear :public  Year {
00011 
00012 public:
00015         LeapYear(int monthVal,int dayVal,int yearVal);
00016 
00020         virtual int daysElapsed();
00021 
00022 };
00023 

Generated on Wed Mar 17 16:50:13 2010 for Days Elapsed In Year Doxygen Example by  doxygen 1.4.7