Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 187 Bytes

File metadata and controls

8 lines (5 loc) · 187 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.