Using C++
Create the UML, the header, the cpp, and the test file for anArtWork class.
The features of an ArtWork are:
Artist name (e.g. Vincent vanGogh or Stan Getz)
Medium (e.g. oil painting or music composition)
Name of piece (e.g. Starry Night or Late night blues)
Year (e.g. 1837 or 1958)