65.8k views
4 votes
The methods in a subclass can use all of the data fields and methods that belong to its parent, with one exception: ____ members of the parent class are not accessible within a child class’s methods.

a.
protected

b.
private

c.
public

d.
final

User Thesayhey
by
5.5k points

1 Answer

0 votes
B I’m pretty sure......
User Michael IV
by
4.8k points