Question: TP07.2. SMS Encrypt Create a Java class represents SMS. SMS class contains: - Attributes: Subject, From phone number, Receiver number, Type (Text, MMS), content, and

 TP07.2. SMS Encrypt Create a Java class represents SMS. SMS class

TP07.2. SMS Encrypt Create a Java class represents SMS. SMS class contains: - Attributes: Subject, From phone number, Receiver number, Type (Text, MMS), content, and status (new, read) - Constructor (s): suggests 3 constructors Then create a class named SMSList, that represents list of SMS and manage SMS in and out: - Attributes: ArrayList SMS>, and static field max_characters_per_sms - Operations/Methods: suggests 3 overloaded methods Software Engineering Then write a program that will display a menu: 1. Send new SMS with Encrypted content using password method 2. View SMS detail 3. List SMSes 4. Remove SMSes by index 5. Quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!