// starting point class Painting { Painting(String title, String artist, int marketValue) { } int getMarketValue() { } public String toString() { } }