19.5k views
5 votes
If object B inherits from object A, then which of the following statements is true?

Select one:
A. Object B will cost more money than object A
B. Object B becomes the owner of object A
C. Object B receives data parameters from Object A by function calls
D. Object B has access to some of Object A's behavior and data

1 Answer

3 votes

Answer:

C. Object B receives data parameters from Object A by function calls.

Step-by-step explanation:

User James Daly
by
5.0k points