Select from following answers:- It checks the base class member that it is virtual or not.
- It checks that the implementation type of member is implicit or explicit.
- It allows to re-use the interface in the derived class.
- It hijacks the member implementation.
- All Above

Above all are the benefits of using re-implementation of interfaces. It allows to re-use that interface in the derived class.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator