can interface extends to more than one interface | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

can interface extends to more than one interface

26th Jul 2016, 7:49 AM
Nishant Jaiswal
Nishant Jaiswal - avatar
2 Respostas
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
26th Jul 2016, 9:15 AM
Rick Wouters
Rick Wouters - avatar
0
yes you can extend more than one interface but you can't implement interface
26th Jul 2016, 11:02 AM
srinivasan