Multiple Choice
Which of the following statements is true?
A) In C++11, all classes can be used as base classes.
B) In C++11, only classes that are not declared as final can be used as base classes.
C) In C++11, only classes that are declared as base can be used as base classes.
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following is not allowed?<br>A)
Q8: Virtual functions must:<br>A) Be overridden in every
Q9: Problems using switch logic to deal with
Q10: An abstract class will:<br>A) Have all zero
Q11: Downcasting enables:<br>A) A derived-class object to be
Q13: The main difference between a pure virtual
Q14: Which of the following would not be
Q15: Run-time type information can be used to
Q16: Virtual destructors must be used when:<br>A) The
Q17: Dynamic_cast is often used to:<br>A) Perform type