Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 282 Bytes

File metadata and controls

6 lines (4 loc) · 282 Bytes

Abstract-Class-Practice

Little bit of practice with working with Abstract classes

You are to write the Glockenspiel and Violin classes by extending the Instrument class (NOTE the Instrument class is abstract).

You can be as creative as you want with the tune and play methods.