+ 2
If a interface wants to inherate the properties of other interface so which keyword will be useful here?
4 odpowiedzi
+ 10
An interface can be implemented, keyword 'implements'.
'Extends' is used to inherit from a class.
+ 9
Pls add your example, thx.
+ 1
extends
0
but Tashi if you will do like this so it will show a compile time error.