Question:Which of the following statements are true? (Choose all that apply.) - VB.NET
A Inheritance defines a contract between types.
B Interfaces define a contract between types.
C Inheritance derives a type from a base type.
D Interfaces derive a type from a base type.
+ AnswerB C
+ Report