Purchase Solution

Object Oriented Data and Processes - Tracking CD and DVD

Not what you're looking for?

Ask Custom Question

I need assistance so I can write an object-oriented design for a system that keeps tracks of CD and DVD collection. I need the classes, associated data, and operations for the classes. Also, the pseudocode for each of the classes.

Purchase this Solution

Solution Summary

A detailed description of how to keep track of CD and DVD collection using object-oriented methodology, complete with pseudo code design, structure of classes and methods.

Solution Preview

Each of the classes, their associated Data and their operations are given below
Classes
1. Media
Data
? totalItems
? Name
? Serial
Operations
? AddItem
? getName
? getSerial
? getTotalItems
? setName
? setSerial
? setTotalItems

2. CD is a Media
Data
? Album
? Artist
? Volume
Operations
? getAlbum
? getArtist
? getVolume
? setAlbum
? setArtist
? setVolume

3. DVD is a Media
Data
? Movie
? Artist
? Volume
Operations
? getAlbum
? getArtist
? getVolume
? setAlbum
? setArtist
? setVolume

The pseudocode for each of the ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Javscript Basics

Quiz on basics of javascript programming language.