3.12 LAB: Instrument information (derived classes) Given the base class Instrument, define a derived class String Instrument for string instruments with a constructor that initializes the attributes of the Instrument class as well as new attributes of the following types integer to store the number of strings integer to store the number of frets • boolean to store whether the instrument is bowed Ex. If the input is: Drums Zildjian 2015 2500 Guitar Gibson 2002 1200 6 19

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

use python prorgamming language

3.12 LAB: Instrument information (derived classes)
Given the base class Instrument, define a derived class String Instrument for string instruments with a constructor that initializes the
attributes of the Instrument class as well as new attributes of the following types
integer to store the number of strings
integer to store the number of frets
• boolean to store whether the instrument is bowed
Ex. If the input is:
Drums
Zildjian
2015
2500
Guitar
Gibson
2002
1200
6
19
False
Transcribed Image Text:3.12 LAB: Instrument information (derived classes) Given the base class Instrument, define a derived class String Instrument for string instruments with a constructor that initializes the attributes of the Instrument class as well as new attributes of the following types integer to store the number of strings integer to store the number of frets • boolean to store whether the instrument is bowed Ex. If the input is: Drums Zildjian 2015 2500 Guitar Gibson 2002 1200 6 19 False
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning