What is the use of Obsolete attribute?
Select Answer:
When it is specified for a method, the method won't get executed
When it is specified for a method, the method returns old retained values
This attribute is not available in the latest version of .NET framework
When it is specified for a method, the method gets executed until you press 'Esc'
|