on my main class i have the following:
then the three other classses/interface:
the code is very much self-explanatory,
what i want to achieve is i want to have somehing like :
String s = questions[0].getQuestion(); to work in my main class.
Problem is it's as if
Questions[] questions in main is empty which is why i am unable to invoke any of
TrueOrFalse's methods
p.s. i do not know if the interface has anything to do with the problem, i just added it there for
polymorphism