public static void Main() { bulb b1 = new bulb(); tubelight tb1 = new tubelight(); b1.life(); b1.weekend(); tb1.life(); }
public static void Main() { tubelight tb1 = new tubelight(); tb1.life(78, 79); }