113k views
5 votes
Which statement is true about reference and object types?

a. The reference type corresponds to the instantiated class.
b. The object type corresponds to the type in the variable declaration.
c. The reference type determines which members are accessible.
d. The reference type determines which hidden members are accessible.

1 Answer

1 vote

Answer:

C. The reference type determines which members are accessible.

Step-by-step explanation:

The reference type determines which members are accessible.

User Vinit Kantrod
by
7.5k points