+ 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.
2 Answers
0
Syntax: Class implements Interface1, Interface2, Interface3,...
i.e. Computer implements USB, Bluetooth
0
Thanks