Purchase Solution

Show a GUI of a CD/DVD Media Program

Not what you're looking for?

Ask Custom Question

? Draw a GUI that will create the objects and provide access to each object's processing methods.

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

Purchase this Solution

Solution Summary

From a detailed example of a Class creates an example GUI for a program to maintain CD/DVD media.

Purchase this Solution


Free BrainMass Quizzes
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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Excel Introductory Quiz

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

C# variables and classes

This quiz contains questions about C# classes and variables.

Javscript Basics

Quiz on basics of javascript programming language.