Please, i need Unique answer, Use your ownwords (don’t copy and paste).
*Please, don’t use handwriting.
Q4
- Create a class “Mobile” with the following specifications:brand, color, screen size and camera size as field.
- Declare the instance variableswith suitable data types.
- Define a constructor that allow the initialization of all thedata of a mobileby specific values.
- Define all the needed getter methods: getBrand(), getColor(),getScreen() and getCamera().
- Write a tester class. In the main, create twophones then,display the details of each one.
Expert Answer
An answer will be send to you shortly. . . . .