Select from following answers:- ObsoleteAttribute
- Deprecated
- Obsolete
- Both a and c
- All Above
Both Obsolete and ObsoleteAttribute attribute is used to mark method as Deprecated in C# but in VB.Net,only ObsoleteAttribute is used and it comes under System.ObsoleteAttribute class.
Deprecate is used with java as @Deprecated.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator