Multiple implementation | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Multiple implementation

Can anyone please tell me the syntax for multiple implementation.... because when I wrote Computer implements USB implements Bluetooth...... it gave an error.

4th Jan 2018, 5:48 AM
Shalini Jha
Shalini Jha - avatar
2 Respuestas
0
Syntax: Class implements Interface1, Interface2, Interface3,... i.e. Computer implements USB, Bluetooth
4th Jan 2018, 8:19 AM
Al Toe
0
Thanks
4th Jan 2018, 11:05 AM
Shalini Jha
Shalini Jha - avatar