- 2
C++, two class
If class D derives from class B, we say that B is: -a sub-object of D - a subtype of D - a subclass of D
1 Answer
+ 2
None of the choices were true. Except if B extends D, then we can say that B is a subclass of D. But then again, you said "If class D derives from class B" which implies that D extends B.