Answer the question
In order to leave comments, you need to log in
What is the right thing to do in this situation of inheritance from GenericInterface?
I am doing a test project, there is a GenericDao interface, it has CRUD methods.
create()
findAll()
update()
delete()
Answer the question
In order to leave comments, you need to log in
The interface should not decide for the consumer - what is used, what is not used. So the real options here are:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question