Write the specification file for class Song that implements the Song ADT from Exercise 4.
REF PRB:
Write the specification for a Song ADT that represents a song entry in an MP3 library. It should have fields for title, album, artist, playing time in minutes and seconds, and music category. The music category is represented by an enumeration type called Category.
a. What operations should Song ADT have?
b. What observers should Song ADT have?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.