Solved

Making a Class's Instance Variables Public and Its Methods Private

Question 32

True/False

Making a class's instance variables public and its methods private and accessing those instance variables only through the class's methods and properties facilitates debugging,because problems with data manipulations are localized to the methods (and properties).

Correct Answer:

verifed

Verified

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

Related Questions