Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 186 Bytes

File metadata and controls

7 lines (5 loc) · 186 Bytes

Interfaces II

Interfaces let you describe a common set of methods shared by different implementing classes.

They can do slightly more than this though and it's helpful to know about.