Rajesh Kumar Jha
What is the Default Implementation of .ToString() Method?
By Rajesh Kumar Jha in C# on Nov 14 2013
  • Rajesh Kumar Jha
    Nov, 2013 14

    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".

    • 1
  • Mohit Kumar
    Aug, 2014 20

    Nice Explanation for similar kind of C# interview question refer this link c# interview questions @ http://skillgun.com

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS