Object Oriented Programming in Java - Old Questions
Question Answer Details
1.
iv) Which one of the following access specifier is appropriate for members of superclass to
access only from subclass?
a) private b) protected c) public d) default
Answer
AI Generated Answer
AI is thinking...