public static void PQ()
    {
        ABC obj = new ABC();

        obj.AB();
    }