Do we have a limit number of interfaces which we can impliment to an object? If we do, then how many?
Asked
Active
Viewed 108 times
0
-
How many interfaces do you want to implement? Where is this question coming from? – Sotirios Delimanolis Mar 21 '15 at 18:19
1 Answers
1
The number of direct superinterfaces of a class or interface is limited to 65535 by the size of the interfaces_count item of the ClassFile structure.

SemperAmbroscus
- 1,308
- 2
- 12
- 23