c# interview questions :- How can we mark a method as deprecated / obsolete ?

Posted by Questpond under C# category on | Points: 350 | Views : 3972
Many times you want to warn developers that some methods or classes should not be used as they are either replaced or going to be replaced with new versions. This is possible by using the "[Obsolete]" attribute. This is an interesting c# interview question as well.



Get Questpond videos on discounted price from ITFunda.com.

Comments or Responses

Login to post response