public class Song extends Object
| Constructor and Description |
|---|
Song()
Default constructor.
|
Song(String name,
String artist,
String album)
Construct a song with the given name, artist and album.
|
Copyright © 2026. All rights reserved.