0

what does it mean?

a class can implement any number of interfaces.

24th Aug 2016, 9:18 PM
foo()
foo() - avatar
2 odpowiedzi
+ 3
a class can extend only one class; but a class can implement more than one interface. ex: interface Fruits {} interface Vegetables {} class Food implements Fruits,Vegetables {}
25th Aug 2016, 5:04 AM
Tiger
Tiger - avatar
0
hi
25th Aug 2016, 12:20 AM
Emad Moftah
Emad Moftah - avatar