rjglasse / sda-computer-store

A simple object-oriented computer store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Store

This assignment asks you to model a simple object-oriented computer store. It is divided into 3 parts. Each part has it's own folder, and a description of what to do. To keep your organised, it makes sense to keep the .java files in each folder, although you may copy code if it is reused.

The assignment parts are as follows:

  • Part 1: Basics - create the Computer class and model its components
  • Part 2: Store - create the ComputerStore class to model a collection of Computer instances
  • Part 3: Flexibility - modify the Computer class to allow multiple configurations of components

You should aim to develop a solution that is:

  • Neat
  • Documented
  • Tested

About

A simple object-oriented computer store