Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8850185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:50:32+00:00 2026-06-14T12:50:32+00:00

Here is the project that I have been given: Design and implement a set

  • 0

Here is the project that I have been given:

Design and implement a set of classes that define various types of electronics equipment (computers, cell phones, pagers, digital cameras, etc.). Include data values that describe various attributes of the electronics, such as the weight, cost, power usage, and name of the manufacturer. Include methods that are named appropriately for each class and that print an appropriate message. Create a driver class to instantiate and exercise several of the
classes.

I have done a previous one but I have no clue on where to start designing this. If I could get any tips on how to incorporate inheritance in this project it would be of great help. If I could have someone to outline the first part of the code/class to get me started, I would be perfect. Also, if you guys have any tips for future references to help me with projects of this nature. Like should I create all my classes first or finish a class one by one.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T12:50:33+00:00Added an answer on June 14, 2026 at 12:50 pm

    Design and implement a set of classes that define various types of electronics equipment (computers, cell phones, pagers, digital cameras, etc.).

    From this you know the names of your classes. If you want to use a super class and utilize similair methods among classes that would be a good idea. Maybe Technology Equipment.

    Include data values that describe various attributes of the electronics, such as the weight, cost, power usage, and name of the manufacturer.

    Here you’ve been given some sample instance variables that you could utilize in your superclass or sub classes. Make sure to include mutators and accessors for these attributes if in the super class.

    Include methods that are named appropriately for each class and that print an appropriate message. Create a driver class to instantiate and exercise several of the classes.

    This will just be a class with a main method to instantiate your objects from the super and subclasses

    As far as an approach to answering this question I would start out by figuring out what classes I want. So think of a finite super class and then a couple sub classes. Then start to think about your attributes for the super and sub classes.

    EDIT:

    This is an EXTREMEMLY rough start. You will have to expand on something like this with more attributes mutators and accessors. And then add your subclasses.

    public class TechnologyEquipment
    {
        private double price;
        private String name;
        private String description;
    
    
        public TechnologyEquipment
        {
            this.price = 0.0;
            this.name = "";
            this.description = "";
        }
    
    
        public void setPrice(double price)
        {
            this.price = price;
        }
        public void setName(String name)
        {
            this.name = name;
        }
        public void setDesription(String description)
        {
            this.description = description;
        }
    
    
        public double getPrice()
        {
            return this.price;
        }
        public String getName()
        {
            return this.name;
        }
        public String getDescription()
        {
            return this.description;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

n00b here (first Android project). I have been given a custom video codec that
I have a gwt project that uses gwt-mosaic. Here is the error message I
Interesting one here. I have an ASP.NET 1.1 project that contains a web service
I have been given a source folder ( src ) of a Java Project.
I'm working on an iPad project that uses a third-party SDK, and have been
I have been given a project which was released 2+ years ago, and had
I have been tasked with updating a old project that I did not write.
For a few weeks now, I have been trying to implement a DFT that
Here is a code excerpt from AspComet project that works with Autofac. public MessageBus(IClientRepository
I'm working with a very small sample project that can be downloaded from here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.