Hello guys, For this task, I don't get the fact that you don't need to call for the method inside the classes For example in this Red class:
public static class Red{
public Red(){
System.out.println("Red");
}
}
What would happen if we didn't just display a phrase but had to return a value? Would we still proceed the same way ?