The Default Implementation of .ToString() Method is this.GetType().FullName.e.g.Object obj= new Object();Then obj.Tostring() will return the Fully Qualified Name of obj Type.. Which is In this case "System.Object".
Nice Explanation for similar kind of C# interview question refer this link c# interview questions @ http://skillgun.com