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?
Options
A. 12 bytes
B. 24 bytes
C. 0 byte
D. 8 bytes
E. 16 bytes
Correct Answer
24 bytes
More questions
1. There is no private or protected inheritance in C#.NET.