Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 7 2 0 pts Develop a Visual Studio project called 'FinalExam _ Song' based upon the below requirements. Submit this Visual Studio project
Question
pts
Develop a Visual Studio project called 'FinalExamSong' based upon the below requirements. Submit this Visual Studio project as a zipped attachment to this question. If the project is not attached, you will NOT receive credit for this question.
Create a class named AudioVideoRecord that stores the name of a movie, the year of its release, and its price.
From this class derive another class named SongRecord, which has a member field for storing the number of songs.
Ensure both classes have appropriate constructors for the initialization of their data members and both should have a method called Display to display their respective data members.
Show me your classes work by declaring a method called Test that creates instantiates two objects of SongRecord with data for every field in each and that uses both of
the Display methods to show the user that each object has contentdata
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started