/* * Demo for Months interface */ public class MonthDemo implements Months { public static void main(String[] args) { System.out.println( "March is month number " + MARCH ); } }