using System;public class Sample{ public static void Main() { Object o = new Object(); Console.WriteLine (o.ToString()); }}