Computer Science, asked by fitrizul97, 4 months ago

Consider the following class declarations.

public class Item1 {…}
public class Item2 extends Item1 {…}


Which of the below statements is true?

I. Item2 can directly access the private variables in Item1.

II. Item2 can have additional methods not in Item1.

III. Item1 is the parent class for the child class Item2.


III only
I, II, and IIIincorrect
I and III only
II and III only
I only

Answers

Answered by puspasukla1
0

Explanation:

????????????????????????????????sorry

Similar questions