Skip to content

rjglasse/sda-computer-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published