Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 242 Bytes

File metadata and controls

10 lines (6 loc) · 242 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.