have an interface QuestionsDao. I’m particularly confused with the questionDao() <- what are these brackets for?
Look up abstract classes :) it‘s an abstract method you need to override (implement) in the concrete class that extends this abstract class. And it just does not have any parameters.
Обсуждают сегодня