Select from following answers:- Obsolete

- Deprecated
- Both
- None of these.
- All Above
Obsolete attribute is used to mark method as an old method.
For example:-
[Obsolete]
public int add(int i,int j)
{
}
Deprecated attribute is used in java.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator