Multiple Choice
Theoretically, clients do not need to see the _________ of classes from which they derive other classes.
A) Header files.
B) Source code.
C) Object code.
D) Interface.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When an object of a derived class
Q4: Which of the following is not one
Q5: Which of the following is most likely
Q7: When deriving a class from a protected
Q9: Select the false statement regarding inheritance.<br>A) A
Q11: The is-a relationship represents.<br>A) Composition.<br>B) Inheritance.<br>C) Information
Q12: Which forms of inheritance are is-a relationships?<br>A)
Q14: To declare class subClass a privately derived
Q15: Which of the following is true about
Q16: Which of the following is not a