Answer the question
In order to leave comments, you need to log in
What name to give to the interface in this case?
Hello.
Please help with the naming of interface-repositories in android.
There are two kinds of entities - users and books. I would like to write something like this:
interface IUsersRepository {}
class UsersRepository implements IUsersRepository {}
interface IBooksRepository {}
class BooksRepository implements IBooksRepository {}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question