I have the program below for my class that is supposed to demonstrate inheritance.
However, when I run the program, I get an "Error reading character of string" error in Visual Studio.
I'm not sure why it's giving me this error. I have the constructors defined and I am passing in the appropriate datatypes. So I'm not sure why it can't read the strings I am passing into the constructors.
Could someone take a quick look and see if I made any stupid errors?
Thanks. I did Google it and attempt to debug it myself for a good 2 hours but was getting no where. No little light went off in my head when reading through the Google results.