Solved

For the Following Code, Which Statement Is NOT True

Question 38

Multiple Choice

For the following code, which statement is NOT true?
Public class Circle
{
Private double radius;
Public double x;
Private double y;
}


A) x is available to code that is written outside the Circle class.
B) radius is not available to code written outside the Circle class.
C) radius, x, and y are called members of the Circle class.
D) y is available to code that is written outside the Circle class.

Correct Answer:

verifed

Verified

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

Related Questions