static void Main(string[] args)
        {
            DerivedClass obj = new DerivedClass();

            Console.WriteLine("In the main ...");
        }