Generate an object-oriented design for a system that keeps tracks of your CD and DVD collection. Identify each of the classes, associated data, and operations for the classes. Generate the pseudocode...

1 answer below »
Generate an object-oriented design for a system that keeps tracks of your CD and DVD collection. Identify each of the classes, associated data, and operations for the classes. Generate the pseudocode for each of the classes as demonstrated on p. 251. Draw a GUI that will create the objects and provide access to each object's processing methods. Note: Use the drawing tool in Microsoft® Word or in any other applicable drawing tool to complete this part of the assignment.

Answered Same DayDec 31, 2021

Answer To: Generate an object-oriented design for a system that keeps tracks of your CD and DVD collection....

David answered on Dec 31 2021
107 Votes
public class Collection
{
//Variable declarations of the class
static string Name;
static string Type;
static int Quantity;
static double Length;
static string type;
static string Rating;
//Variable Declaration Ends
//Function Declarations and definetion of class
void ItemAdditon(Name)
{
SetName(name);
Quantity = getQuantity();
SetQuantity(Quantity + 1);
}
integer getQuantity()
{
this.Quantity = Quantity;
}
void setName(name)
{
Name = name;
}
...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here