True/False
An instance variable or method)that is private in a base class is accessible by name in the definition of a method in any other class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Inheritance is the process by which a
Q24: Explain what a call to super)does in
Q25: Explain the modifiers public,protected and private.
Q26: If the final modifier is added to
Q27: A base class is synonymous with a:<br>A)Child
Q29: Private methods of the base class are
Q30: Create a class to represent a Rectangle.Your
Q31: The special syntax for invoking a constructor
Q32: Overriding is when a derived class redefines
Q33: In using the keyword this in place