Question: New + Output Test Cases Docs Assignment Grede More Messages.java 6 points Status: Not Submitted Comment.java 5.4.5 Add Some Getter Methods Submit + Continuo Save

New + Output Test Cases Docs Assignment Grede More Messages.java 6 points Status: Not Submitted Comment.java 5.4.5 Add Some Getter Methods Submit + Continuo Save 1 public class Messages 2-{ 3 public static void main(String[] args) 4 - { 5 // Your code here. 6 // Create two Comment objects and print them out. 7 // Then use the accessor methods to print out the instance va 8 } 9 1 The Comment class was created to save social media comments. Currently, the class has a constructor and a toString method. Continue adding to this class by adding three accessor methods: public String getPoster public String getComment public String getDate) Test your code in main by creating two objects, printing them out, and then using the accessor methods print at least one of the object's instance variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
