Solved

Instance Data for a Java Class

Question 22

Multiple Choice

Instance data for a Java class


A) are limited to primitive types (e.g., int, float, char)
B) are limited to Strings
C) are limited to objects(e.g., Strings, classes defined by other programmers)
D) may be primitive types or objects, but objects must be defined to be private
E) may be primitive types or objects

Correct Answer:

verifed

Verified

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

Related Questions