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 786 times
Edit
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?