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?

Nisha Gobi said:   1 decade ago
What is the method of finding the size of Method?

Lakshmi Reddy Yeluri said:   1 decade ago
Good explanation Asish Kumar.

Thanks..!

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

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


Post your comments here:

Your comments will be displayed after verification.