Q:

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

I have been asked this question in homework.

This interesting question is from Interfaces Introduction in section Object Oriented Concepts of C#

C#

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.