Reference no: EM132178396
I want to create a music sharing class for a application design using visual basic how do I get started creating class and derived class for the music class.example please
Application design for Music Sharing
Artist have many CD's that they only use as references.This Application allows the artist to put music in a common pool, so their fans can download and buy when needed.
Techniques-
Classes /Derived Class
Forms
Data validation
Reports
Structures
Why I feel this application will effectively demonstrate My programming skill?
The class will help me sort/define the different type of music and the derived class will help me define special type of music like jazz ,etc.The forms will allow me to store the user information prior to use.I will use Data validation to ensure that only the music I want shared get out there.
I will use Reports to get a summary of the music shared and downloaded.I will use structures for members structuring of music shared .
How I will implement the technique is music class with title of song.the artist,year published and attributes to be created according to sharing and buying.
The methods will be common inherited from music class and artist,year published .Additional info for these implemented are to use info from the techniques I use like the forms to see common music pool for music and downloads.In these are my thoughts on my Application design proposal.
Im working on an application design using visual basic for a music sharing project and Im trying to create my classes/derived classes