Beispiel #1
0
    public static void Main()
    {
        bulb      b1  = new bulb();
        tubelight tb1 = new tubelight();

        b1.life();
        b1.weekend();
        tb1.life();
    }
Beispiel #2
0
    public static void Main()
    {
        tubelight tb1 = new tubelight();

        tb1.life(78, 79);
    }