Question from the Java - Fundamentals test

How to make the attribute "nb_questions" accessible without having to getter or instantiate a new class?

Easy
private int nb_questions;

What keyword should be added so that the "nb_questions" attribute can be called without having to getter or instantiate a new class?

Author: PierreStatus: PublishedQuestion passed 601 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!