25
Answer (Choose 1 answer)
What is the size of a class?
A. Sum of the size of all inherited variables along with the variables of the same class
B. The size of the class is the largest size of the variable of the same class
C. Classes in the programming languages do not have any size
D. Sum of the size of all the variables within a class.
Ext