Question: it needs to be in java The method worked so well that your friend has asked for more help! She needs a way to save

it needs to be in java

The method worked so well that your friend has asked for more help! She needs a way to save her photos, along with all of their associated information. Design a class Photo that stores the picture's photographer and date as strings and the actual picture itself as a 2-D array. The constructor should create a Photo with those three qualities, and the class should also have public getPicture(), getPhotographer(), and getDate() methods to allow an outside user to access the Photo's information. 1 2 - public class PhotoTester extends ConsoleProgram { public void run() // You can test your Photo class here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
