Question: Exercise 1 -freinds Social Media Account -userName: string -profileDesc: String Social Media Accountin userName: string, in profile Desc: String, in size : int) +display Messages(in

Exercise 1 -freinds Social Media Account -userName: string -profileDesc: String Social Media Accountin userName: string, in profile Desc: String, in size : int) +display Messages(in d: String) + countMessages(in d: String): int -arrMess Message -text: String -date: String +Message(in text : String, in date : String) +display +getDate(): String 1 200 te: Class Message: O Attributes: The text of the message. date: The date on which the message was sent. o Methods: Message(text: string, date: string): Constructor. Display(): This method displays the attributes of the message. getDate(): This method returns the date of the message. QUESTION: Translate into Java code the class Message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
