C# Programming - Interfaces - Discussion

Discussion Forum : Interfaces - General Questions (Q.No. 3)
3.
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?
12 bytes
24 bytes
0 byte
8 bytes
16 bytes
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
15 comments Page 2 of 2.

Abc said:   1 decade ago
Is there any restriction on size of the function?

Neelam said:   1 decade ago
Tell size of function which is created?

Mukesh said:   1 decade ago
How can I understand the size of function which is created ?

Parul sahu said:   1 decade ago
I didn't understand.

Amol said:   1 decade ago
If function has size 4 then it get multiplied to 6=24


Post your comments here:

Your comments will be displayed after verification.