Solved

Why Is a Static Variable Also Referred to as a Class

Question 40

Multiple Choice

Why is a static variable also referred to as a class variable?


A) There is a single copy available to all objects of the class.
B) It is encapsulated within the class.
C) Each class has one and only one static variable.
D) It is stored in the separate class area of each object.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions