Interfaces - Programming

Q1:

A class implements two interfaces each containing three methods. The class contains no instance data. Which of the following correctly indicate the size of the object created from this class?

A 12 bytes

B 24 bytes

C 0 byte

D 8 bytes

E 16 bytes

ANS:B - 24 bytes

No answer description is available. Let's discuss.