0

Do we have a limit number of interfaces which we can impliment to an object? If we do, then how many?

mkUltra
  • 2,828
  • 1
  • 22
  • 47

1 Answers1

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