+ 1
can interface extends to more than one interface
2 odpowiedzi
0
yes you are able to extend an interface. make sure you use extend and not implement, because an interface doesn't ’implement’ anything. if you use extend you can inherit the methods and add new ones
0
yes
you can extend more than one interface but you can't implement interface