A child class can access private members of a parent class by
a) using super in front of the member name
b) using the member name directly
c) using this in front of the member name
d) using the public accessor and mutator methods defined in the parent class
e) A child class cannot access private members of a parent class.
e) A child class cannot access private members of a parent class.
Computer Science & Information Technology
You might also like to view...
The HTML tag that allows you to display text in the browser’s title bar is:
(a)