Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programmed in Java, please use inheritance, as that is the part i'm confused on. Thanks! For this lab you are creating 4 classes: Main class

Programmed in Java, please use inheritance, as that is the part i'm confused on. Thanks!

For this lab you are creating 4 classes:

  1. Main class

Has the main method and tests the other classes.

  1. Computer
    1. We are storing the following information about our computers
      1. CPU type
      2. CPU speed
      3. RAM size
  2. Laptop
    1. We are storing the following information about our laptops
      1. All the information we have in the computer
      2. Battery life in hours
      3. The current battery level (hours remaining).
    2. Charge method that sets the battery level to the max level.
  3. Desktop
    1. We are storing the following information about our laptops
      1. All the information we have in the computer
      2. Number of screens

Write the appropriate constructors, getters and setters in each class.

In your main class create a laptop with an I7 10 generation 3.5 GHZ CPU, 16 GB of RAM and a battery that lasts 10 hours.

You will also need to create a Desktop with the same specs that has 2 screens.

Use the toString method to print the details for your laptop and desktop.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions

Question

What is the decision facing Lexus?

Answered: 1 week ago

Question

Explain the chemical properties of acids with examples.

Answered: 1 week ago

Question

Write the properties of Group theory.

Answered: 1 week ago