blah blah blah is here! blah blah » Close

0
votes
1 answers

why we override ToString()

Hi, I have seen in couple of places the code where ToString() method has been overriden. Like : class Employee : IComparable<Employee> { public int Salary { get; set; } public string Name { get; set; } public i ...

Feedback