Using your Phone Class Creation, create a main program logicthat make 2 objects, which are instances of the phone class.
- Set at least 2 of the properties.
- Use 2 at least of the getters (either declare a local variableor use the get method directly) to output the object.
Language – Pseudocode
Expert Answer
Answer to Using your Phone Class Creation, create a main program logic that make 2 objects, which are instances of the phone class…