Extract Interface

Several clients use the same subset of a class's interface, or two classes have part of their interfaces in common.

Extract the subset into an interface.

image/svg+xml Employee getRatehasSpecialSkillgetNamegetDepartment Employee getRatehasSpecialSkillgetNamegetDepartment Billable getRatehasSpecialSkill «interface»

inverse of Inline Class