Hi Ben,
In lecture 28 we create a constructor for our FBullCowGame class. In previous lectures you mentioned you ALWAYS like to have a return statement (even for voids). With the class constructor type used here, this is not the case.
My question regarding this is:
Is the constructor type even capable of returning a value, and if so, is it ever used? Perhaps in a similar way int main returns 0 to tell the system it has exited correctly.
Thanks in advance!