Question: Suppose that we have a Question class that contains two data members - a query and an answer string. The NumericQuestion class inherits from Question.
Suppose that we have a Question class that contains two data membersa query and an answer string. The NumericQuestion class inherits from Question. Which of the following is true?
NumericQuestion contains a query and a numerical answer but no answer string,
NumericQuestion contains a numerical answer but not a query.
NumericQuestions contains both a query and an answer string.
It is impossible to know without examining the definition of the NumericQuestion class.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
