Hey there! I have a question involving the code below. The question is:
Which methods does the ChoiceQuestion class inherit from its superclass? Which methods does it override? Which methods does it add?
I'm having trouble deciphering each part of the code from the other... Like, I don't know what we're referring to as the "superclass", so I really can't know what we're overwriting if we can't see the superclass... Anyone able to help me out?
Part 1 of code:
(link removed)
Part 2 of code:
(link removed)