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...

A(n) ________ control is a control that contains descriptive information, typically a field name

A) label B) bound C) unbound D) calculated

Computer Science & Information Technology

The ____ statement prevents automatic conversion of data types.

A. Manual Conversion On B. Option Strict Off C. Manual Conversion Off D. Option Strict On

Computer Science & Information Technology