$29.00 CD Organizer OOP Design, Pseudocode, GUI mock-up
- This tutorial was purchased 7 times and rated A by students like you.
- Posted on Oct. 09, 2008 at 11:10:42AM
A:
Preview: ... ng a Collection of CDs. CDs are a collection of Tracks. There are our three objects: Collection of CDs, a CD, and a CD Track.<br><br>Step 2: Determining the attributes needed for the classes.<br>Let's start from the bottom and work our way up.<br>- CD Track: We'd like to know the following about a song on a CD<br>Track's Name.<br>Artist responsible for the track : Might be different than the overall artist of the CD.<br>Genre : Might be different than the overall genre of the CD.<br>Year released : Might be different that the release date of the CD if this is part of a compilation.<br>Track's length : Stored in minutes<br>Number of times played. To keep track of which tracks we like.<br>- A CD object is a collection of CD Track Objectss. Besides having an array of CD Track objects, we need to know more about the album itself:<br>Album name <br>Album Artist : Artist or group responsible for the CD. Might be "Various" if the CD is a compilation.<br>Genre : Overall Genre of the release. Might be "Various" if the CD is a compilation.<br>Year : Year the CD was released. <br>Tracks : Array of CD Track Objects<br><br>- CD Collection object is a collection of CD Objects. This object only has an array of CD objects:<br>CDs : Array of CD Objects<br><br>Step 3: Determining the met ...
The full tutorial is about 1026 words long plus attachments.
Attachments:
CD Organizer.txt (8K) (Preview)
GUI Album Info.jpg (40K) (Preview)
GUI CD Collection.jpg (23K) (Preview)
GUI Track Info.jpg (25K) (Preview)
$15.00 IT 210 Checkpoint 3
- This tutorial was purchased 2 times and hasn't been rated yet.
- Posted on Oct. 09, 2008 at 11:43:42AM
A:
Preview: ... e see the fil ...
The full tutorial is about 12 words long plus attachments.
Attachments:
Checkpoint3.doc (64K) (Preview)
$12.20 Object-oriented Design - GUARANTEED A+
- This tutorial was purchased 23 times and rated A+ by students like you.
- Posted on Oct 09, 2008 at 1:44:12PM
A:
Preview: ... ist(actorList[] as string)<br> ActorList[] = actorList<br> End subprogram<br> Subprogram WriteActorList() as String<br> For I = ActorList.LowerBound to ActorList.UpperBound<br> Writeline ActorList[i]<br> Next I<br> End subprogram<br> Function GetDirector() as string<br>GetDirector = Director<br> End Function<br> Function GetActor(id as integer) as string<br> GetActor = ActorList [id]<br> End Function<br> Function GetActorList() as string[]<br> GetActorList = ActorList<br> End function<br><br>End Class<br><br>Class Collection<br>DVD_List[] as Digital _Disk<br>CD_List[] as Compact_Disk<br>Subprogram Create_DVD(title as string, genre as string, director as string, actors[] as string)<br> set next_ID = DVD_List[last] + 1<br> DVD_List[next_ID] = new Digital_Disk<br> DVD_List[next_ID].SetTitle(title)<br> DVD_List ...
The full tutorial is about 310 words long plus attachments.
Attachments:
Object-Oriented Design - Solution-2.doc (73K) (Preview)
$6.00 IT210 Object Oriented Design - Wk 8 Day 7
- This tutorial was purchased 150 times and rated A+ by students like you.
- Posted on Oct 21, 2008 at 05:27:42PM
A:
Preview: ... 1)<br> End Subprogram<br> Function getName() As String<br> Set getName = Name<br> End Function<br>Function getType() As String<br> Set getType = Type<br> End Function<br> Function getQuantity() As Integer<br> Set getQuantity = Quantity<br> End Function<br> Subprogram setName(name)<br> Set Name = name<br> End Subprogram<br> Subprogram setType(type)<br> Set Type = Type<br> End Subprogram<br>Subprogram setQuantity(Quantity)<br> Set Quantity = Qu ...
The full tutorial is about 271 words long plus attachments.
Attachments:
Wk8D5_ObjOrientedDesign.doc (30K) (Preview)
GUI_Wk8Day7.jpg (25K) (Preview)
$5.00 Object Oriented Design Checkpoint
- This tutorial was purchased 20 times and hasn't been rated yet.
- Posted on Feb 18, 2009 at 7:53:53PM
A:
Preview: ... Orien ...
The full tutorial is about 4 words long plus attachments.
Attachments:
Object oriented design.doc (31K) (Preview)
$4.50 It 210 (object oriented design and GUI) I got a A+ and so will you
- This tutorial hasn't been purchased yet.
- Posted on Nov 18, 2009 at 5:41:07PM
A:
Preview: ... osted th ...
The full tutorial is about 7 words long plus attachments.
Attachments:
IT 210 Object Oriented Design (week 8) Due Day 7.docx (11K) (Preview)
Object oriented GUI.docx (12K) (Preview)