Vidyalelo
C# Programming · Q68

Classes and Objects in C Sharp

Programming · C# Programming · question 68

Q68

A class consists of two interfaces with each interface consisting of three methods. The class had no instance data. Which of the following indicates the correct size of object created from this class?

A.
12 bytes
B.
16 bytes
C.
0 bytes
D.
24 bytes
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board