Beginner
Object-Oriented Programming Concepts
Q16 / 100
What access modifier typically allows a class member to be accessed from any code that has access to the object?
Correct! Well done.
Incorrect.
The correct answer is B) Public
B
Correct Answer
Public
Explanation
Public members form part of a class's external interface and can be accessed from outside the class.
Progress
16/100