Vipin Mittal
Why object.ToString() method always there in asp.net...tell me about real reason behin this??????
By Vipin Mittal in .NET on Jan 23 2018
  • Deepak  Singh
    Feb, 2018 2

    ToString() method is a virtual method in Object Class, Every class which we create is inherited from Object class. So it is always there in every class.

    • 3
  • Mehul Prajapati
    Jan, 2018 27

    Because Object is the base class of all reference types in the .NET Framework, this behavior is inherited by reference types.

    • 2


Most Popular Job Functions


MOST LIKED QUESTIONS