Stringed Instruments, Inheritance Demo
|
This is the complete list of members for Instrument, including all inherited members.
brand | Instrument | protected |
cost | Instrument | protected |
GetBrand() | Instrument | |
GetCost() | Instrument | |
GetModel() | Instrument | |
GetRetailPrice() | Instrument | |
Instrument(string brand="", string model="", double cost=0, double retail_price=0) | Instrument | |
model | Instrument | protected |
retail_price | Instrument | protected |
SetBrand(string) | Instrument | |
SetCost(double) | Instrument | |
SetModel(string) | Instrument | |
SetRetailPrice(double) | Instrument | |
ToMembersXML() | Instrument | protected |
ToString() | Instrument | |
ToXML() | Instrument |