Which of the following are TRUE concerning subclassing and subtyping?
A.
Subtyping focuses on interface inheritance from a design perspective.
B.
Subtyping is one way to implement subclassing.
C.
Subclassing focuses on inheritance from an implementation perspective.
D.
Delegation is one way to implement subtyping.