hi,

i have found a class with two properties, name and id...

id is set and get directly using property ....

but name is only set using property and returning name using overriding the tostring method in the class....

i have seen many times, that the tostring() method is overrided in a class... can anyone brief why that done ?

thankzzzzzzz