Select from following answers:- When there are a group of related methods that may be called.
- A class only needs one implementation of the method.
- The class using the interface will want to cast that interface to other interface or class types.
- The method being implemented is linked to the type or identity of the class, for example, comparison methods.
- All Above

Above all considerations are kept in mind.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator